|
What is the meaning of the EXEC statement keyword, COND ? What is its syntaz
JOB CONTROLL LANGUAGE (JCL) Interview Questions
(Continued from previous question...)
What is the meaning of the EXEC statement keyword, COND ? What is its syntaz
COND specifies the conditions for executing the subsequent job step. The value after the COND = is compared to the return codes of the preceding steps and if the comparison is true, the step is bypassed. ( If this answer confuses you, welcome to the club - memorize it and don't ask questions ! )
(Continued on next question...)
Other Interview Questions
|