When you have multiple job steps within a JCL job, each step is typically followed by a _______ statement.
- CONTINUE
- DONE
- END
- NEXT
When you have multiple job steps, each step is typically followed by a NEXT statement.
Loading...
Related Quiz
- In JCL's IF-THEN-ELSE conditional processing, the _______ statement is optional.
- What is the function of the NOTIFY parameter in the JOB statement?
- How can you eliminate duplicate records while sorting data using the JCL SORT utility?
- In JCL, how do you handle conditional processing for job steps that have different conditions?
- The _______ parameter in JCL helps control the execution flow based on specific conditions.