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
Difference between cobol and cobol-ii?
What are the different rules to perform a Search?
How you can read the file from bottom?
Discuss about changing dataset name in proc.
explain sorting techniques in cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Name the sections present in data division.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can we redefine the field of x(200) to less than 200?
how do you reference the esds vsam file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
What is the difference between Global and External Variables?
What is perform what is varying?