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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *