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 to search strings in multiple dataset with conditions 'string1 & string2'?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
once we submitted the job to the operating system, how can we cancel the job before execution?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the use of IEBGENER ?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
How is a dataset passed from one step to another?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
How do you submit a job for execution?