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 / sandeep
merge the colums.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
Explain how to differentiate call by context by comparing it to other calls?
What are different data types in cobol?
When is inspect verb is used in cobol?
how do you reference the fixed unblock file formats from cobol programs
Write a cobol program making use of the redefine clause.
What guidelines should be followed to write a structured cobol prgm?
IF I mention stop run in CICS what happens?
Name some of the examples of COBOl 11?
How arrays can be defined in COBOL?
What are all the divisions of a COBOL program?
What is the difference between comp and comp-3 usage?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do we get current date from system with century in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic