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 the default value of DISP parameter?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
how to transfer the file from pc to mainframe??
what is scope terminator
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how to access the file from prodution from changeman tool and to submit a file to production
S9(5)V9(2) occupies how many bytes memory ?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to increase the logical record length of existing PS file?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.