Hello all, have a rather vexing SAS problem and I would like to ask for your help. Here's the problem:
I have two SAS data sets; let's call them setA and setB. Each row in setA has multiple attributes and one attribute is a key value that is unique within the data set. setB consists of two attributes. These attributes are key values from setA and indicate that the row in setA with attribute 1 key value is a duplicate of the row with attribute 2 key value (duplicate excluding the key value).
I need to remove all duplicate rows in setA.
I am rather new to SAS and I believe the version I am using is 9.1. What would be the best way of solving this problem? thank you.