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 my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario

4 Answers  


What all are the changes to be made in JCL so as to do testing?

2 Answers   TCS,


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

2 Answers  


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


what do you mean by include statement in jcl?

1 Answers   IBM,






How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


How to see the COMP3 value(packd decimal)

2 Answers   iGate,


Explain the jcl exec statement?

0 Answers  


shall we concordinate two different length dataset in to a new date set.

6 Answers  


What is the significance of addrspc parameter in exec statement?

0 Answers  


What do you understand by jcl?

0 Answers  


what is d/f b/w sysout & sysprint

4 Answers   TCS,


Categories