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
I need exexution process for JCL programs
Can we call instream to catalog and catalog to instream?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Is it possible to left uncode disp? If yes, how?
What is the significance of addrspc parameter in exec statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what happens in conversion stage in job processing?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to run cobol program using jcl?
what is the use of IEBGENER utility?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is jcl in mainframe?
What is the motivation behind coding class parameter in job statement?
what is the difference between JES3 and JES2?