Can the ELSE statement be used without an IF statement in JCL? Explain.
- No, it must always follow an IF
- No, it's not a standalone statement
- Yes, it defines an alternative path
- Yes, it indicates the end of a job
The ELSE statement must always follow an IF statement in JCL
Loading...
Related Quiz
- Explain the significance of DISP=NEW in a JCL DD statement, and in what scenarios would you use it?
- Which JCL statement is used to specify an abend code condition for a job step?
- Which statement in JCL is used to execute the IEBCOPY utility?
- What happens if the COND parameter is set to 'ONLY' in a JCL step, and the preceding step abends?
- What is the difference between the IF and COND parameters in JCL?