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.