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 / gupta
Merging of file in this manner can be done by Splice function of ICETOOL, and also duplicates can be removed.this is the easiest way..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
In COBOL programming, what is PERFORM? What is VARYING?
Why did you choose to work with ibm mainframe cobol programming?
What are the different open modes available in cobol?
Give some examples of command terminators?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
i need a small 3d program using inline and outline.
Define cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between Global and External Variables?
For rewrite, why is it mandatory that file needs to be opened?