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

if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance

1 Answers   IBM, TCS,






what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,


What is Uncatalog dataset? How can we access/use them?

1 Answers  


How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


What is the purpose of dd * statement in jcl?

0 Answers  


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

0 Answers  


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


Categories