How does the ELSE statement work in a JCL IF-THEN-ELSE conditional execution?
- It is executed if the preceding
- It is executed in a separate step
- It is executed only if the IF
- It is executed unconditionally
The ELSE statement is executed only if the preceding IF condition is false
Loading...
Related Quiz
- How does IEBCOPY handle dataset copying when a dataset with the same name already exists?
- In JCL, the TYPRUN parameter can have values like _______ and _______.
- When defining a data set in JCL, what additional step is required to catalog it?
- The _______ parameter in the EXEC statement defines the maximum CPU time allowed for a step.
- How does the EXIT statement differ from the PEND statement in JCL?