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 / s dip
20, the proc execution don't count.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are steplib and joblib?
How dummy is used in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How can an in-stream dataset be terminated?
a dd statement has 2 types of parameters. Name them?
Why include statement is used in a jcl?
what is the compile process of cobol program expalin with code
I need exexution process for JCL programs
what is the purpose of coding class parameter in job statement?
what are the statements that are not valid to be included in an include statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how JCL works?
What is the use of symbol // in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY