Multiple choice technology mainframe

What does TIME=1440 mean ?

  1. no CPU time limit is to be applied to this step

  2. CPU time limit is 1440

  3. Cannot code like that in JCL

  4. None

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

In JCL, the TIME parameter specifies the maximum CPU time a job step can consume. Coding TIME=1440 (which equals 24 hours) has a special meaning in z/OS, telling the system that no CPU time limit is to be applied to the step, allowing it to run indefinitely.