I have 2 files. One having 1000 records and the other 1350. I need to sort out the missing records and place them in an excel sheet.
Programmatically how to acgieve this???
Software/Hardware used:
ASKED:
March 11, 2007 1:14 AM
UPDATED:
March 19, 2007 2:01 PM
If this is a process that is done often (i.e. someone downloads a new version every day/week/etc. to work on the exceptions) is to create a view out of the SQL statement (I prefer exception join instead of the MINUS syntax) then on the desktop of users that need to run this, I create a new Data Transfer from AS400 icon that connects to the view and creates a BIFF8 file with the name.xls I want. Excel will open this file (when you double-click it), and depending on version may prompt about saving to a newer format when you go to save any changes.