In JCL, can you have multiple ELSE statements in a single job step?
- It depends on the operating system
- No
- Only with COND parameter
- Yes
No, JCL allows only a single ELSE statement in a job step.
Loading...
Related Quiz
- When defining an abend code condition, what is the significance of the COND parameter?
- You have a JCL job with multiple steps. One of the steps requires custom processing based on certain conditions. How would you implement this using an EXIT statement?
- In JCL, what is the significance of the SPACE parameter when allocating a dataset?
- How is a continuation line indicated in JCL statements?
- What is the purpose of data set allocation in JCL?