Multiple choice technology mainframe How would you limit the time allotted for a job? With a TIMELMT parm With a TIME parm With a TIMELIMIT parm 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.