How to remove duplicates in two files and write unique to op file without Sort?
Is there any way in cobol other than loading data and search in array?
remove duplicates in two files and write unique to output file
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: remove duplicates in two files and write unique to output file
SORT is, by far, the easiest way to do this. Other than using an array, you could use a matched merge program in COBOL or other language of your choice.
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute