returns the REXX error message associated with error number n. The n must be in the range 0–99, 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.
ERRORTEXT(16) -> 'Label not found'
ERRORTEXT(60) -> ''