how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / madhus s reddy
@kalpana: it is not possible to override the procedure. What
is the need of overriding the entire procedure?. you can
override only the dd statements in the procedures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the purpose of dd?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is the JCL statement consists of?
Explain about LMFREE�free data set from its association with data ID
What are steplib and joblib?
what is use of space parameter in dd statement?
How jcl work to handle various input output file operations?
What dd statement is used to supply the name of a dataset?
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
List in order the hierarchical levels of jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain the function of //jcllib statement?
Explain the purpose of dd dummy statement?
i want to store 20 digits . how will u do it in cobol ?