home *** CD-ROM | disk | FTP | other *** search
- /*
- ┌──────────────────────────────────────────────────────────────────┐
- │ Name : sqlerror.cmd │
- │ Purpose : experiment with REXXUTILS functions │
- │ Platform : DB2/2 │
- │ Author : Jeff Fisher │
- │ IBM Toronto Development Lab │
- │ Disclaimer : This "sample" code is for demonstrations only, no │
- │ warrenties are made or implied as to correct │
- │ function. You should carefully test this code in │
- │ your own environment before using it. │
- │ │
- └──────────────────────────────────────────────────────────────────┘
- */
-
- rc = RxFuncAdd('SysLoadFuncs','RexxUtil','SysLoadFuncs')
- call SysLoadFuncs
-
- rc=RxMessageBox("Fatal SQL Code",, "OK", "EXCLAMATION")
-
- exit