BookmarkSubscribeRSS Feed
Tushar
Obsidian | Level 7

Hi All,

want to remove duplicate observation from data set only in data  step not using any proc not even proc SQL, can we do that?

can first. and last, variable will help in this case? any other way please let me know.

3 REPLIES 3
Reeza
Super User

How are you defining a "DUPLICATE" and how many variables?

And why...

Tushar
Obsidian | Level 7

Duplicate like below one suppose Test is my dataset then

id    Name  address

===============

1     xyz       St  stef road

1     xyz       St  stef road

2     abc       St  josef raod

2     abc       St  josef road

3     pqr        mery road

now all i want to remove duplicare rows like id 1 and 2 and want to keep only single one.. like

id    Name  address

===============

1     xyz       St  stef road

2     abc       St  josef raod

3     pqr        mery road

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1000 views
  • 0 likes
  • 2 in conversation