How can you dynamically change the priority of a running JCL job?
- Edit the JCL source and resubmit
- It is not possible to change priority dynamically
- Use MODIFY command
- Use the PRIORITY parameter in EXEC statement
The MODIFY command is used to dynamically change job attributes
Loading...
Related Quiz
- When using the DISP parameter in JCL, the _______ disposition indicates that the data set should be deleted after use.
- As a JCL expert, you are tasked with optimizing a job scheduling process that involves intricate dependencies. What strategies and best practices would you apply to enhance the efficiency of job execution?
- The IF statement in JCL is used to perform _______ processing.
- When a data set is no longer needed, the _______ parameter in JCL helps release it.
- What is the purpose of the DD statement during the JCL execution process?