I have the requirement to compare the two files and pick up
the matching records.
File 1. file2
23 32
32 13
34 15
35 36
36 35
43
Get the matching records from this 2 files to out file. how
you will do this in cobol program?
Answer Posted / anil t.
Using Merge
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Which mode is used to operate the sequential file?
What is the compute verb? How is it used?
Discuss about changing dataset name in proc.
Why would you use find and get rather than to obtain?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the problem of ordered sequential files access?
What is the difference between Global and External Variables?
Can we redefine the field of x(200) to less than 200?
What is report-item in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Define static linking and dynamic linking.