Multiple choice technology mainframe

COND is a parameter of

  1. JOB Statement

  2. EXEC Statement

  3. NONE

  4. Both JOB and EXEC statement

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The COND parameter in JCL is used to test return codes from previous steps and control job/step execution based on those conditions. It can be specified on both JOB statements (to control execution of the entire job) and EXEC statements (to control individual job steps).