A job you submitted is running longer than expected and consuming excessive CPU time. How would you modify the JCL to limit the job's CPU time?

  • Adjust the REGION parameter in the JOB or EXEC statement
  • Apply the TIMEOUT parameter in the JOB statement
  • Set the TIME parameter in the JOB or EXEC statement
  • Use the CPUPRIORITY parameter
The TIME parameter is used to limit the total CPU time consumed by a job, helping to control and manage job execution time.
Add your answer
Loading...

Leave a comment

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