IF THEN ELSE ENDIF

COND Parameter – Evaluate Return Code in JCL

COND parameter is used to test return codes from previous job steps and determine whether to bypass or execute specified job steps. Return code is set based on the status of execution of a job. The return code can be a number between 0 (successful execution) to 4095 (non-zero shows error condition). 0 = Normal […]

COND Parameter – Evaluate Return Code in JCL Read More »