Multiple choice technology mainframe

How do u skip the particular step in a proc/JCL?

  1. COND codes

  2. IF statement

  3. both

  4. Non of These

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

In JCL, conditional processing can be achieved through COND parameters on job steps (which execute/conditionally skip steps based on return codes) or IF/THEN/ELSE/ENDIF statements that provide logical control flow within the job. Both mechanisms allow skipping steps based on specified conditions.