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 |
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How would you understand error(execution phase)?
Explain the function of dd disp parameter?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
what is the purpose of SYSOUT parameter in the DD statement?
Which COND paramter will u use to execute the step only if the previous step does not execute
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
Explain about SYSVAR
What parameter directs the output of the job log dataset?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
Must tape dataset definitions include vol=ser specifications?