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


Summary of COND parameters

z/OS MVS JCL Reference
SA23-1385-00

Table 1. Continuation or Termination of the Job Based on the COND Parameter
Test in the COND parameter Return Code (RC) from the just completed step
Continue job Terminate job
COND=(code,GT) RC >= code RC < code
COND=(code,GE) RC > code RC <= code
COND=(code,EQ) RC ¬= code RC = code
COND=(code,LT) RC <= code RC > code
COND=(code,LE) RC < code RC >= code
COND=(code,NE) RC = code RC ¬= code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014