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...


TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?

Answers were Sorted based on User's Feedback



TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or executi..

Answer / varun

TIME specifies the maximum CPU time allocated for a
particular job or job step. If TIME is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.

Is This Answer Correct ?    9 Yes 0 No

TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or executi..

Answer / sathish kumar

It is a amount of cpu time that a job or perticuler job
step is permitted to utilized before it is terminated.

Is This Answer Correct ?    7 Yes 0 No

TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or executi..

Answer / varun

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 ?    7 Yes 1 No

TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or executi..

Answer / rajendra desale

cpu time.

Is This Answer Correct ?    5 Yes 1 No

TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or executi..

Answer / runjhun

TIME parameter in JOB statement specifies max. CPU
timelimit for the entire job whereas that coded in EXEC
specifies the time limit for that particular step only.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


what are the ways of passing data to a cobol program from jcl?

1 Answers   IBM,


suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  


I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.

2 Answers   Syntel,


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

0 Answers  


what is the use of temporary files?

5 Answers   Hexaware,


A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF  DD DSN=ID.File1              DSN=ID.File2              DSN=ID.File3

1 Answers   FIS,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


read all error codes like SB07?

1 Answers  


What is the purpose of the dd keylen parameter?

0 Answers  


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

2 Answers   IBM,


I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??

7 Answers   UST,


Categories