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 the cond=even only

4 Answers   EDS,


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?

1 Answers   IBM,


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


List the various advantages of using jcl language?

0 Answers  






What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


What is the syntax of JCL statement?

0 Answers  


Matching Logic in Jcl not in cobol.Could any one please answer this question

0 Answers  


When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?

1 Answers   IBM,


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

0 Answers  


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

0 Answers   HF, iNautix,


How many types we can give input to JCL

5 Answers   UHG,


Categories