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
In which area will you utilize 88 level items in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a program to explain size error.
Why would you use find and get rather than to obtain?
) how do u code after getting data?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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
Define static linking and dynamic linking.
How to print 10 to 1 if the input have only 10 digit number?
HOw can I get the negative sign while deduct high value from low value
How do we get current date from system with century in COBOL?
What is the usage of comp fields in cobol?
What is the Purpose of Pointer in the string?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Describe the cobol database components?