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


I have a job (4 steps) with time parameter coded in job &
exec, say time=10 in job & time =3,2,2,4 in each steps.
Will the job executes successfully?

Answers were Sorted based on User's Feedback



I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time..

Answer / megha

It depends on how much time each step takes,In the above
job the total time the job can take is 10 minutes and if
the total time taken by each step(step1 to step 4) is
within 10 minutes (and also within the time specified for
each step) ,then the job will execute without any error.

Is This Answer Correct ?    26 Yes 0 No

I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time..

Answer / guru

When the time parameter is mentioned in step and job card, then time parameter at step will take precedence. So only when the steps executing more time than the time limit mentioned in the step will cause the job failure with S322.. it does not consider the time parameter on JOB card.

Is This Answer Correct ?    18 Yes 1 No

I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time..

Answer / balasukumar

WE WILL GET ABEND IN STEP4 WITH S322(TIME OUT ERREOR).

Is This Answer Correct ?    12 Yes 9 No

I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time..

Answer / sunjay khan

Time parameter should not code in both Job & Exec, if we
coded Job overrides Exec.

Is This Answer Correct ?    7 Yes 18 No

Post New Answer

More JCL Interview Questions

what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


wht is step lib n job lib ? where can we code joblib n steplib ?

3 Answers   L&T,


if we give TIME=0 how many sec that job/step

14 Answers  


How jcl work to handle various input output file operations?

0 Answers  


i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?

3 Answers   IBM,


what are JCLLIB and STEPLIB in JCL?

0 Answers  


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


What is the purpose of the dd keylen parameter?

0 Answers  


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

0 Answers  


Explain about CBL/PROCESS statement syntax

1 Answers  


Categories