ERRORTEXT

Read syntax diagramSkip visual syntax diagram
>>-ERRORTEXT--(--n--)------------------------------------------><

returns the REXX error message associated with error number n. The n must be in the range 099, and any other value is an error. Returns the null string if n is in the allowed range but is not a defined REXX error number. See Error Numbers and Messages for a complete description of error numbers and messages.

Here are some examples:
ERRORTEXT(16)    ->    'Label not found'
ERRORTEXT(60)    ->    ''

Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/errortx.html