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
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 |
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 |
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 |
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 |
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
describe the job statement, its meaning,syntax and significant keywords?
What are SD37, SB37, SE37 abends?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
How many extents are possible for a sequential file ? For a VSAM file ?
describe the dd statement,its meaning,syntax and keywords?
whats SOC7?
What is one line to pass PARM from JCL to COBOL?