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

How to ALTER the name of a GDG ?

2 Answers   IBM,


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


SORT card to eliminate duplicity.

1 Answers   Syntel,


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


define cond parameter in jcl?

0 Answers   IBM,






Explain about LMPUT-

1 Answers  


How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.

3 Answers   IBM,


i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


How to execute 2nd and 4th steps among 5 steps in jcl proc?

0 Answers  


Explain COND used in JCL?

1 Answers   Patni,


1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 Answers   IBM,


Explain how can values be passed from the job stream to an executable program?

0 Answers  


Categories