Multiple choice technology programming languages

What is keyword to make the job run for an unlimited time.

  1. TIME=(14,39)

  2. TIME=NOLIMIT

  3. TIME=UNLIMIT

  4. TIME=MAXIMUM

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

In IBM JCL, TIME=NOLIMIT specifies that a job step can run for unlimited time without timing out. TIME=(14,39) gives specific minutes:seconds, TIME=UNLIMIT is not valid JCL syntax, and TIME=MAXIMUM while sometimes accepted, NOLIMIT is the standard documented keyword for removing time limits.