Answer Posted / viswanath
i need in db2 not in jcl ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 is the motivation behind coding class parameter in job statement?
How can unused space allocation be returned to the system when a dataset is closed?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what happens in conversion stage in job processing?
How to pass data to a program that is coded in an exec statement?
Where can program checkpoints be stored for use in a restart?
How can values be passed from the job stream to an executable program?
What is one line to pass PARM from JCL to COBOL?
what is use of dcb parameter in dd statement?
which utility is used to run a cobol-db2 program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Can I share my data with other jobs? How?
What is the function of the dd dcb keyword?