Multiple choice technology mainframe

5.--------- 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 parameter in JCL enables conditional step execution based on return codes from previous steps. This conditional checking can be specified in both JOB and EXEC statements to control workflow logic.