What does the TIME parameter signify ? What does TIME=1440
mean ?

Answers were Sorted based on User's Feedback



What does the TIME parameter signify ? What does TIME=1440 mean ?..

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

What does the TIME parameter signify ? What does TIME=1440 mean ?..

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

What does the TIME parameter signify ? What does TIME=1440 mean ?..

Answer / sankarikumar

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

What does the TIME parameter signify ? What does TIME=1440 mean ?..

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

What does the TIME parameter signify ? What does TIME=1440 mean ?..

Answer / muthuraj

It eliminates cpu time, it takes 24 hrs to run the job

Is This Answer Correct ?    0 Yes 7 No

What does the TIME parameter signify ? What does TIME=1440 mean ?..

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

Post New Answer

More JCL Interview Questions

List some valid operation codes in JCL

3 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


Are there any set of rules for the names of the steps used in a job?

0 Answers  


How can the disposition of sysout datasets be set for an entire jobstream?

0 Answers  






What are the common jcl syntax errors you get? This is not abends?

1 Answers  


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


Give the syntax of job specifying jcl statement.

0 Answers  


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


Can we write same stepname for one or more steps in on job ?

2 Answers  


What is the use of ikjeft1b utility in jcl?

1 Answers  


if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?

5 Answers   Accenture,


Categories