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

Post New Answer

More JCL Interview Questions

i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

1 Answers  


What is the use of symbol // in jcl?

0 Answers  


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


i want to avoid the positional parameter how to code it ?

3 Answers   TCS,






what is use of dcb parameter in dd statement?

0 Answers   IBM,


How to pass the parameter in parm using linkage section ? (syntax)?

0 Answers   Infosys,


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


What is use of restart and how to use it?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


How are datasets concatenated?

3 Answers   CitiGroup,


Is their any set of rules for dd? Explain.

0 Answers  


Categories