Answer Posted / rd
We can't use instream in PROC ,we cau use over ridden
paramater to pass value in Proc
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How can unused space allocation be returned to the system when a dataset is closed?
When output dataset space is required, what quantity categories are used?
How is the record format of an output dataset specified?
What is the purpose of dd * statement in jcl?
What do you understand by the term notcat 2 – gs?
Suppose I have five jobs to do. But I want to hold one?
Differentiate between the joblib and the steplib statements?
Why include statement is used in a jcl?
Explain about LMQUERY�give a dialog information about a data set
In job processing, what happens in execution stage?
what is use of dcb parameter in dd statement?
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.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is the purpose of coding notify parameter in job statement?
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