Multiple choice technology mainframe

What is the default for the TIME parameter if it is not coded on the EXEC statement?

  1. 30 minutes of the CPU time

  2. 1440 minutes of the CPU time

  3. 1 hour of the CPU time

  4. 2 hours of the CPU time

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

If the TIME parameter is omitted from both the EXEC and JOB statements, JCL defaults to the installation-defined limit, which is typically 30 minutes of CPU time in standard IBM mainframe environments. Option 1440 minutes signifies an unlimited time allocation (TIME=1440), which must be coded explicitly.