What does the TIME parameter signify ? What does TIME=1440
mean ?
Answer Posted / xyz
Specifies the maximum CPU execution time permitted for the
JOB
If actual CPU execution time exceeds value specified in the
TIME parameter, JOB will fail with S322 abend
Formats are
TIME=(minutes, seconds)
TIME=minutes
TIME=(,seconds)
TIME=1440
TIME=NOLIMIT
Seconds can be in the range from 0 to fifty nine
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
What is the function of the dd avgrec keyword in sms datasets?
What is the use of symbol // in jcl?
What is the function of //jcllib statement?
Define concatenating?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is condition checking possible in jcl?
What is the significance of addrspc parameter in exec statement?
Why block size is multiple of lrecl in jcl?
What are the 4 fields in dd statement?
What is Cataloged Procedures?
Explain the purpose of dd dummy statement?
What parameter directs the output of the job log dataset?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What statement can be used to send data to another mvs jes3 node?