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 |
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
Is there any command to check wether the ps file is in sorted order?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
What is a COND parameter in JCL?
which parameter is used to check the syntax of a jcl without executing it?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
What is jcl in mainframe?
I have a File that has duplicate records. I need only those records that occur more than thrice.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC