How do u skip the particular step in a proc/JCL?
-
COND codes
-
IF statement
-
both
-
Non of These
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.