z/OS TSO/E Command Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1

z/OS TSO/E Command Reference
SA32-0975-00

Operation: Use successive WHEN commands to determine an exact return code.
CALL     compiler
WHEN     SYSRC(= 0) EXEC LNKED
WHEN     SYSRC(= 4) EXEC LNKED
WHEN     SYSRC(= 8) EXEC ERROR

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014