Page 1 of 1

How to compaire two or more files in cobol

PostPosted: Mon Sep 05, 2016 10:35 pm
by sonukumar
Dear All

i wanted to know that how can we compare two files in cobol. suppose we have two files like customer mobile number in one file and in another file have customer mobile number and customer address.
Thanks

Re: How to compaire two or more files in cobol

PostPosted: Mon Sep 05, 2016 10:45 pm
by Akatsukami
Please see the program attached to this thread. Note that would be preferable (IMNSHO) to use *Sort for this.

Re: How to compaire two or more files in cobol

PostPosted: Mon Sep 05, 2016 10:49 pm
by sonukumar
Thanks, it works