Interview Questions

What is a COND parameter in JCL?

JOB CONTROLL LANGUAGE (JCL) Interview Questions


(Continued from previous question...)

What is a COND parameter in JCL?

COND means condition parameter. It is compared with system return code of previous step. // step1 exec pgn = ABCD//STEP2 EXEC PGM= XYZ, COND(4,Lt) STEP2 will be executed when system return code of step1 is less than 4.

(Continued on next question...)

Other Interview Questions