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.
No Answer is Posted For this Question
Be the First to Post Answer
what is check pending option
In DCB, what is LRECL,BLKSIZE,DSORG
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
what is the use of IEBGENER utility?
How to delete generations of gdg without deleting gdg base?
what is use of dsn parameter in dd statement?
how do u send return code from cobol to jcl ?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
I need exexution process for JCL programs
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
what is the Difference between SYSIN and PARM ?
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