The results of a TPARSE or TBUILD command are returned by
the STATUS option, which is a required option on those commands.
The STATUS option serves a similar purpose to
the RESPONSE and REASON options on other API commands.
The STATUS option returns the REXX status value in character form as
one of the following:
- OK
- The command completed processing successfully.
- SYNTAX ERROR
- The command could not be processed because of a
syntax error.
EYUARnnnn messages that describe the error are written to
the destination defined on your system for IRXSAY WRITEERR output.
- FAILURE
- The command failed because some of the data it
was attempting to process is invalid.
Trace data is written to a REXX stem variable called EYUTRACE.
EYUARnnnn messages that describe the failure may also be written
to the destination defined on your system for IRXSAY WRITEERR output.
For more information about the EYUTRACE stem variable,
see EYU_TRACE data.
[[ Contents Previous Page | Next Page Index ]]