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

TIME=NOLIMIT removes all time restrictions for a job step. TIME=(14,39) sets a specific time limit (14 minutes 39 seconds). TIME=UNLIMIT and TIME=MAXIMUM are not valid JCL keywords. NOLIMIT is the only correct syntax for unlimited execution time.