Multiple choice technology mainframe

which specification gives maximum time for a JOB?

  1. TIME=MAX

  2. TIME=UNLIMITED

  3. TIME=MAXIMUM

  4. TIME=NOLIMIT

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

TIME=NOLIMIT in JCL JOB statement specifies that the job can run for the maximum allowed time without a specific limit. This is the correct parameter for unrestricted job execution time in IBM mainframe JCL.