Multiple choice technology mainframe

How would you limit the time allotted for a job?

  1. With a TIMELMT parm

  2. With a TIME parm

  3. With a TIMELIMIT parm

  4. With a TIMELT parm

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In JCL, the TIME parameter is used on the JOB or EXEC statement to specify the maximum amount of CPU time the job or step is allowed to use (e.g., TIME=minutes or TIME=(minutes,seconds)). TIMELIMIT, TIMELMT, and TIMELT are not valid JCL parameters.