I'm totally new to SAS so please be patient. :) I have a Data Job that is producing two data sets that contain a field. I need to compare these two data sets and then output only the rows that do not match, but I'm struggling. Is there a way to accomplish this in SAS? I've tried using "Match Codes", but I couldn't get that to work. I also tried "Cluster Diff", but that didn't work either.
What we have been doing is running two SQL queries and then comparing them in Excel and taking the records that do not match.
Any suggestions would be greatly appreciated.