Multiple choice technology mainframe

How JCL steps can be skipped?

  1. IF THEN/ELSE

  2. COND

  3. BOTH

  4. Steps cannot be skipped in JCL.

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

JCL steps can be skipped using both conditional processing methods. The COND parameter tests return codes from previous steps. IF/THEN/ELSE (or IF/THEN/ELSE/ENDIF) constructs provide conditional logic. Statement D is false - steps can indeed be conditionally executed or skipped.