Multiple choice technology mainframe

What does TIME=1440 mean on a job card?

  1. CPU time is 1440

  2. Run time is 1440

  3. No CPU limit for the job

  4. Gives S322 abend after 1440 cpu time

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

TIME=1440 on a job card sets the CPU time limit to 1440 seconds, which represents the maximum CPU time allowed. In many job scheduling systems, this specific value is used to indicate no practical CPU limit (1440 minutes = 24 hours). It does not mean the CPU time is 1440, that runtime is 1440, or cause an S322 abend.