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?
Answer Posted / 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 View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I need exexution process for JCL programs
How can an in-stream dataset be terminated?
what is SOC4 error?
How can a jobs execution priority be modified?
How do you overcome this limitation ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the jcl exec statement?
what is a jcl?
in ways data can be passed to a COBOL program from JCL?
What is timing concept in mainframe?
What dd statement is used to supply the name of a dataset?
which utility is used to run a cobol-db2 program?
What is one line to pass PARM from JCL to COBOL?
How jcl work to handle various input output file operations?