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

What is COND=EVEN ?

9 Answers   IBM,


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


Explain about LMFREE�free data set from its association with data ID

0 Answers  


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


how to convert a file form fixed Length to variable length?

2 Answers   Syntel,






can we give instream data in procedure

6 Answers   EDS,


In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

2 Answers   TCS,


If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


How can a fb file convert to vb file using sort program?

0 Answers  


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

0 Answers  


how many types of sorts are there in jcl?

2 Answers   IBM,


Categories