Search found 1 match
- Tue Apr 02, 2024 10:37 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: In COBOl, compare two files and write matching records to a file ...
- Replies: 6
- Views: 16225
Re: In COBOl, compare two files and write matching records to a file ...
I know this is a really old post but maybe someone will run across my logic and be enlightened Try matching 2 files this way.....easy peasy Stop using the < and > compares and NEVER worry about EOF! Work Area Create a field named File1-Key Create a field named File2-Key Create a field named Low-Tag ...