How can you specify a restart point for a job in JCL?
- RESTART
- RESTART-JOB
- RESTART-POINT
- RESTART-STEP
You can specify a restart point using the RESTART-STEP parameter
Loading...
Related Quiz
- You have a JCL job with several job steps, and you want to ensure that a particular step is executed only if the previous step completes successfully. How would you use the PEND statement to achieve this?
- What is the purpose of data set allocation in JCL?
- When using the SORT utility in JCL, the _______ parameter specifies the order in which records are sorted.
- What is the function of the TIME parameter in JCL?
- In a mainframe environment, what is the difference between a triggered job and a dependent job?