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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is link edit in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how to convert vsam table into DB2 table?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
Where the Plan is located in CICS-DB2
Write down the divisions of cobol program?
Describe the cobol database components?
what is rediffine clause?in what situation it can use?give me real time example?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
Difference between array and sub-script ?