To schedule a job to execute when a specific job step completes successfully, you can use the _______ parameter.
- AFTER_STEP
- ON_SUCCESS
- SCHEDULE_ON_SUCCESS
- STEP_COMPLETION
The correct parameter is ON_SUCCESS, allowing a job to execute based on the successful completion of a specific job step.
Loading...
Related Quiz
- The OUTREC control statement in IEBGENER is used for _______.
- What is the purpose of the DD statement during the JCL execution process?
- The JOB statement in JCL is used to define and initiate a _______.
- In JCL, the COND parameter is used to specify a condition under which a job step will be _______.
- In a mainframe environment, you are responsible for optimizing JCL job execution. Explain how the PEND statement can be employed to improve job scheduling and dependency management.