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
) what is the difference between AID and HANDLE AID?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How many sections are there in data division in COBOL?
What is the use of intialize verb?
what are decleratives in cobol?
What rules are to be followed while using the corresponding options?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the compute verb? How is it used?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how to convert the recors form vsam file to db2 table tru file aid
Which Search verb is equivalent to PERFORM…VARYING?
What are the different types of condition in cobol and write their forms.
What is the default value(s) for an initialize and what keyword allows for an override of the default?