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 / 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 |
Post New Answer View All Answers
Why include statement is used in a jcl?
Explain the purpose of dd dummy statement?
How to submit jcl through a cobol program?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the syntax of JCL statement?
How to pass the parameter in parm using linkage section ? (syntax)?
how you will the direct the data to spool using sysout option?
List the different jcl statements that are not permitted in the procedures?
How to alter the parameters for the existing gdg?
What is the purpose of dd * statement in jcl?
How do you submit a job for execution?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how to do automated restart when a job abends?