A job is running with a specified priority, but you need to temporarily elevate its priority due to an urgent request. How can you accomplish this without changing the job's JCL?
- Use the CANCEL command followed by a new job submission
- Use the MODIFY command in the JES2 spool display
- Use the RERUN command with a higher priority
- Use the RESTART command with a higher priority
The MODIFY command in the JES2 spool display allows you to dynamically change the priority of a running job. You can increase its priority temporarily to expedite its execution without altering the original JCL.
Loading...
Related Quiz
- What is the primary purpose of the IDCAMS utility in JCL?
- In JCL execution, the _______ parameter is used to pass data between job steps.
- When using the EXEC statement in JCL, what is the role of the NOTIFY parameter, and how is it used?
- To establish a job dependency, you can use the _______ parameter in JCL.
- What is the primary purpose of handling job dependencies in JCL?