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
Is it possible to left uncode disp?
Explain how can the submitting users racf authority be overridden in a job stream?
How jcl work to handle various input output file operations?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is the resolution for sb37 error
How to override loadlib?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain about LMQUERY�give a dialog information about a data set
in ways data can be passed to a COBOL program from JCL?
What are the difference between jcl and jes?
How to alter the parameters for the existing gdg?
which utility is used to run a cobol-db2 program?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What do you understand by the term notcat 2 – gs?
Name the statement which can be used to send data to another mvs jes3 node?