Multiple choice technology mainframe

---------- Specifies conditions for executing subsequent job steps. Can be used in the Job statement or the EXEC statement?

  1. JCL checking

  2. Job checking

  3. Conditional checking

  4. EXEC checking

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

The COND (conditional) parameter in JCL specifies conditions for executing subsequent job steps based on return codes from previous steps. It can be coded on both JOB and EXEC statements. Conditional checking controls job flow, while JCL checking, Job checking, and EXEC checking are not standard JCL terms.