What does the TIME parameter signify ? What does TIME=1440
mean ?
Answers were Sorted based on User's Feedback
Answer / guest
TIME parameter can be used to overcome S322 abends for
programs that genuinely need more CPU time. TIME=1440 means
no CPU time limit is to be applied to this step.
| Is This Answer Correct ? | 47 Yes | 7 No |
Answer / 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 |
TIME parameter specifies the cpu time utilized for the
entire job. if the job exeeds the specified time then s322
abend occur.
1440 - 24 hrs
| Is This Answer Correct ? | 14 Yes | 16 No |
Answer / kumaran
time parameter is used to specify the time limit to the job and step whenever the time exceeds we will be getting abend known as s322
1400 is the maximum time limit to our job
| Is This Answer Correct ? | 2 Yes | 8 No |
Answer / muthuraj
It eliminates cpu time, it takes 24 hrs to run the job
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / ch.moha
time parm used to giving the last execution time
time=1440 is 24 hr execution time
| Is This Answer Correct ? | 1 Yes | 10 No |
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
What is COND=ONLY ?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How I sort the records in a file and copy the first 10 records to another file
Explain about Specifying compiler options in the PROCESS (CBL) statement
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the function of //cntl statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
The maximum number of steps in a job?