I have a sas
data set consisting of more than 100 variables. Variables pid
- a character variable and year
- a numeric variable identify observations in the data set.
How can I create a new data set consisting of observations that have unique pid
and year
combination. That is, if a given pid
and year
combination occurs more than once, I want to delete all the associated observations, not just the duplicates.