I have two sequential files, FILE-1 and FILE-2.
FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns
(C,D,E).I want an output file, FILE-3 which has all five
columns with duplicates eliminated from column A.
Answer Posted / gech
How do we merge without the defining the key?
is this just 1 is to 1 and all 5 fields are to be the key
to determine the duplicate?
so therefore my answer is "the question is incomplete".
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
In which area will you utilize 88 level items in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is report-item in COBOL?
Write a cobol program making use of the redefine clause.
how do you reference the variable block file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the printer file formats from cobol programs
What is the compute verb? How is it used?
What is the difference between binary search and sequential search?
Have you used comp and comp-3 in your project? And how?
What is the local-storage section?
Explain the configuration section of a cobol program with examples of syntax.
Mention the guidelines to write a structured cobol program?
explain sorting techniques in cobol program?