DBA > Job Interview Questions > JOB CONTROLL LANGUAGE (JCL) Interview Questions

What is a COND parameter in JCL?

More DBA job interview questions and answers at http://dba.fyicenter.com/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 Job Interview Questions