Hi,
I have 2 data files that contain 2 days worth of transactions. For example File1 contains Mon & Tues data and File2 contains Tues & Wed data. There will be some additional Tues records in File2 that were not in File1 due to the time that the file was created.
I need to be able to read the two files and compare File1 with File2. I need to print (to an output file)only the records in File2 that do not appear in File1.
I have 2 data files that contain 2 days worth of transactions. For example File1 contains Mon & Tues data and File2 contains Tues & Wed data. There will be some additional Tues records in File2 that were not in File1 due to the time that the file was created.
I need to be able to read the two files and compare File1 with File2. I need to print (to an output file)only the records in File2 that do not appear in File1.