dear all,
how could i delete the same observation in the data set?
for example
name, 20001, 200002
aaa,1,1
aaa,1,1
aaa,1,2
bbb,1,2
how do I only keep one 'aaa,1,1' in the dataset and get the following data
name, 20001, 200002
aaa,1,1
aaa,1,2
bbb,1,2Could you please give me some suggestion?
many thanks in advance.
proc sql;
select distinct *
from have;
quit;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.