When should you use the ELSE statement in a JCL job step?
- When there are multiple job steps
- When there are no preceding conditions
- When there is an IF-THEN condition
- When there is no alternative action
The ELSE statement is used to provide an alternative action in case the IF condition is false
Loading...
Related Quiz
- In JCL, the _______ parameter is used to indicate whether the output dataset should be created or replaced.
- What is the purpose of a JOB statement in JCL?
- In a job dependency, what does it mean when a job is set to execute "AFTER" another job?
- When might you choose to use uncataloged data sets in your JCL job?
- How does the EXIT statement differ from the PEND statement in JCL?