I want to use an iSeries file that has transactions. This file is added to by the COre OS 24X7.
I can download this file into a SQL Table. I process these transactions and place them in a Sent file.
The next time I download the iSeries file, I want a query to give me the results of records I haven't processed (the newest transactions).
How can I bump these two files to determine the new records?
Jim