This document describes logic for matching records between a primary and secondary file. It reads a primary record and secondary record, compares fields between them, and either stores the matching field or processes the record depending on if the fields are equal, less than, or greater than each other. It then reads the next record and repeats the matching process until all records are processed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views2 pages
Match Record Logic
This document describes logic for matching records between a primary and secondary file. It reads a primary record and secondary record, compares fields between them, and either stores the matching field or processes the record depending on if the fields are equal, less than, or greater than each other. It then reads the next record and repeats the matching process until all records are processed.