What is keyword to make the job run for an unlimited time.
-
TIME=(14,39)
-
TIME=NOLIMIT
-
TIME=UNLIMIT
-
TIME=MAXIMUM
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
TIME=NOLIMIT is the keyword syntax that makes a job run for unlimited time in AutoSys. TIME=(14,39) sets a specific time limit of 14 minutes 39 seconds. Options C and D use incorrect syntax - UNLIMIT and MAXIMUM are not valid values.
AI explanation
Specifying TIME=NOLIMIT on the JOB or EXEC statement tells the system not to enforce a CPU time limit on the job, letting it run indefinitely. TIME=(14,39) sets a specific time limit rather than removing one, and TIME=UNLIMIT/TIME=MAXIMUM aren't valid JCL keyword values.