Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

0 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  


What is the use of DSNDB07 ?

1 Answers  


How do you create a temporary dataset? Where will you use them?

2 Answers   IBM,


In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??

2 Answers   CSC,


Can we use DISP=SHR in output file in JCL

0 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


What are steplib and joblib?

0 Answers  


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

0 Answers  


what are the types of abends that occur on job failure? And explain the possible causes of these

0 Answers  


i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap

2 Answers   IBM, TetraSoft,


Categories