What is keyword to make the job run for an unlimited time.
-
TIME=(14,39)
-
TIME=NOLIMIT
-
TIME=UNLIMIT
-
TIME=MAXIMUM
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.