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
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the cobol coding sheets?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between PIC 9.99 and PIC9v99?
What type of SDLC u followed? Why?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How many sections are there in data division in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How arrays can be defined in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
What is the utilization of copybook in cobol?
How you can read the file from bottom?
how to convert the recors form vsam file to db2 table tru file aid