Previous Topic: The RC VariableNext Topic: The VOX.voxcommand Variable


The VOX.ERROR Variable

If a VOX command does not execute successfully (returning a nonzero RC value) it generates an error message and stores the message in the special REXX variable called VOX.ERROR.

A VOX error message ID begins with the prefix VOX followed by a four-digit number (corresponding to the RC return code value), and a letter indicating the message severity. See the Message Reference Guide for a more detailed description of the error message.

For example, if RC=5204, then the error message ID and message text contained in the VOX.ERROR variable is:

VOX5204E  Invalid channel handle.