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 |
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
How are GDGs concatenated?
can we give instream data in procedure
How can we see data in TEMPARARY DATA SET in JCL ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
what do you mean By spooling? Expand SPOOL?
which are the parameters mandatory in job card ?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
what is the cond=even only
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths