z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Subparameter definition

z/OS MVS JCL Reference
SA23-1385-00

code
Specifies a number that the system compares to the return code from each job step. code is a decimal number from 0 through 4095.
Note: Specifying a decimal number greater than 4095 could result in invalid return code testing or invalid return codes in messages.
operator
Specifies the type of comparison to be made to the return code. If the specified test is true, the system bypasses all remaining job steps. Use the chart on this page to select the correct operator. Operators and their meanings are:
Operator Meaning
GT Greater than
GE Greater than or equal to
EQ Equal to
LT Less than
LE Less than or equal to
NE Not equal to

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014