Hi,
I have 3 files say file A , file B and file C.I want to
form an output file in which i will have all the records
from file A. Files B and C also may contain records that
are present in file A.I want those records also to be
included in my output file.
for eg:
file A contains:
1
2
3
file B contains:
2
4
5
file C contains:
1
3
5
So in my output file should look like:
1
2
3
2
1
3
Can any one help ???.....thanks in advance.
Answer Posted / murali
@sai Kishore: I'm not able to understand what will be the
output of step1..
Can you please explain the JCL stmts in step1 line by line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
Describe the various parameters utilized in the creation of a gdg?
Matching Logic in Jcl not in cobol.Could any one please answer this question
List the different jcl statements that are not permitted in the procedures?
How can a fb file convert to vb file using sort program?
What is jcl in mainframe?
how to run batch program without jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How do you create a temporary dataset?
what operation is performed by job statement?
Explain how can an in-stream dataset be terminated?
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.
Differentiate between addressing mode and run mode.
what is JCL?