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 job stmt i coded time=(2,30) and in step 1 i coded time=(1,30)
and in step i coded time=(1,30), whch one executes first and
what happens if step1 and step2 time executes and wht about the
remaining time if step and step2 executes

Answers were Sorted based on User's Feedback



in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), ..

Answer / rakesh jena

As per your question, in this situation, the job executes
step1 first then Step2.So if step1 will take 1 min 30 sec
then remaining 1min will for step2.if step2 will take more
than 1 minute then job will abnormally terminate with S322
abend.most probably it is depending upon the CPU usage time
for the individual step.

Is This Answer Correct ?    9 Yes 1 No

in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), ..

Answer / kittu

According to your question...
1.If the 2 jobs submitted then the job which is submitted
first excutes first.
2.If the jobs are submitted at the same time then os
decides based on the class parameter.
3.If the class parameter are also same then based on the
priority(PRTY) job will executes.
4.If the priority also same then operator cancells both the
jobs after a wait time.
or
If the region and time specified in both the job & exec
statements then the values specified in job will overwrite
that of Exec statements values.
So job statement coded time will overwrite the step coded
time.

Is This Answer Correct ?    1 Yes 1 No

in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), ..

Answer / srinivas

after step1 executed,for step2 1 minute of job time will be
there,but step2 time is (1,30).In this case,step wont abend
instead, it will override the job time and step2 will aslo
execute successfully..

Is This Answer Correct ?    0 Yes 0 No

in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), ..

Answer / praveen bejjanki

If time parameter is specified in both Job and exec stmt,
then the Time specified for step or the time left out in
the job whichever is small will be the time for that
particular step.

Job = (2,30) means 2mins, 30 seconds.
step1 = (1,30) since step1 time limit is less, step1 will
execute in 1min, 30 seconds.
step2 = (1,30)
Since the time left out in the job is only 1min. so this
1min is assigned to step2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


read all error codes like SB07?

1 Answers  


Can a job have only steplib and no joblib ?

6 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,


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

7 Answers  


after submiting the jcl.how do you know that the job has been completed.

4 Answers   ACS,


We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?

2 Answers  


how can i use the parameters decalred in main pgm in sub pgm

2 Answers   TCS,


which parameter is used to check the syntax of a jcl without executing it?

0 Answers   IBM,


What is the improvement to COND= in the latest version of MVS?

3 Answers  


Can we use empty VSAM as input?

9 Answers   Convergys, Kanbay,


Categories