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


if we have a job consist of two steps and each step calling
a proc having 10 steps each then how many steps are counted
only 2 or 22(10+10+1+1)? can we have more than 255 steps in
a single job?

Answers were Sorted based on User's Feedback



if we have a job consist of two steps and each step calling a proc having 10 steps each then how m..

Answer / s dip

20, the proc execution don't count.

Is This Answer Correct ?    19 Yes 2 No

if we have a job consist of two steps and each step calling a proc having 10 steps each then how m..

Answer / sarath sasidharan

i can expalain you this is an easiy question you have only
one job okey, it consists of two steps then calculate (2+
then it is telling nthat each two steps consists of 10 ie
10*2=20 steps,so 20 + 2 =22 steps correct answer

Is This Answer Correct ?    6 Yes 2 No

if we have a job consist of two steps and each step calling a proc having 10 steps each then how m..

Answer / vinod

the no of steps counted are 22 .
if we want to code more than 255 exec the split the jcl to
two and immediate after completion of one check the return
code and intialize to second one .in this way we can
perform.
i think

Is This Answer Correct ?    2 Yes 1 No

if we have a job consist of two steps and each step calling a proc having 10 steps each then how m..

Answer / reddy kanupuru

the total no of steps are 22 only.

The job should not consists of more than 255 steps.
(includes the proc steps also)

correct if i am wrong

Is This Answer Correct ?    2 Yes 2 No

if we have a job consist of two steps and each step calling a proc having 10 steps each then how m..

Answer / sridharaadi

The steps conted: 2
we can not have more than 255 steps in a job.

Cheers,
Aadi

Is This Answer Correct ?    8 Yes 10 No

Post New Answer

More JCL Interview Questions

a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code

2 Answers  


if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?

5 Answers   Accenture,


How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?

4 Answers   IBM, Tech Mahindra,


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

0 Answers   IBM,


wht r different types of sorts ?

1 Answers   L&T,


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?

1 Answers  


what is A-MODE and R-MODE?

2 Answers  


explain concatinating datasets?

1 Answers  


What is the purpose of dd * statement in jcl?

0 Answers  


how to code instream data in procedure?

3 Answers  


Categories