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


In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides

Answers were Sorted based on User's Feedback



In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides..

Answer / rafee.mfs

Step statement will be override

Is This Answer Correct ?    16 Yes 1 No

In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides..

Answer / srinivas

The job time will work for total job and step time will
work for only that step ... so with in that step time the
step should complete else it will abend .. but with in job
time that total job should complete it wont conseder how
much time each step is taking .so job time will over ride
the step time...

Is This Answer Correct ?    7 Yes 0 No

In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides..

Answer / naidu

//job card time=(15,20)
//step1 exec pgm=iebgener,time=(3,49)
in this above time in the job step only appplicable for
the whole steps in job.

Is This Answer Correct ?    3 Yes 2 No

In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides..

Answer / vidhya

If time parameter is specified on both job and exec the
smallest of the one is taken.

eg:
//job1 job time= 3
//step1 exec pgm=pgm1, time = 1
//step2 exec pgm=pgm2, time = 1

Step1 can take max of 1 min and step 2 can take max of 1
min. So the total time taken by 2 steps cannot be greater
than 2 mins even if the time on job card is 3 mins.

//job1 job time= 2
//step1 exec pgm=pgm1, time = 1
//step2 exec pgm=pgm2, time = 2

if step1 runs for 0.75 mins, then step 2 can take max of
1.25 mins. Bcoz the total time taken by both the steps
should not exceed 2 mins as the time on job card is only 2
mins.


On the whole, the time taken by each job step should not
exceed the time given for that step and also the total time
taken by all the steps should not exceed the time given for
that job.

Is This Answer Correct ?    1 Yes 1 No

In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides..

Answer / harsha

Naidu is correct.

Time parameter coded on Job will override time parameter on
STEP.

Is This Answer Correct ?    4 Yes 5 No

In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides..

Answer / v khurana

In that case smaller time will be applicable.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More JCL Interview Questions

There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?

11 Answers   IBM,


How do you submit JCL via a Cobol program?

4 Answers   IBM,


what is the use of IEBGENER utility?

0 Answers  


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

0 Answers   CSC, SPIC,


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


shall we concordinate two different length dataset in to a new date set.

6 Answers  


What are the 2 types of parameters in dd statement?

0 Answers  


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


Where can program checkpoints be stored for use in a restart?

0 Answers  


how to execute the last 5 steps in jcl

2 Answers   Syntel,


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


Categories