Hi all,
I have 2 datasets with the same variables. One data set has about a million records with the other containing about 2000. The main variable is accountnumber.
So, herein lies my problem : The big dataset contains some of the account numbers from the smaller dataset, but the accompanying data with them is wrong.
I need to have SAS check the large dataset for any of the account numbers found in the smaller data set and then remove them. After they are removed, I need to combine the datasets. Any suggestions?