REXX Error-Handling Functions
- CONDITION([option]) -- 
- returns the condition information associated with the current trapped condition
- several options control the information element(s) returned
 
- ERRORTEXT(n) -- 
- returns the error text associated with a REXX error number
- "n" is in the range 0 <= n <= 99
 
Next