BookmarkSubscribeRSS Feed
hangtinching
Calcite | Level 5
i have a data set
contains about 5000 records
and 250 or more columns



how can i check the duplication records or find out all smiler record???
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Investigate using PROC SORT options DUPSOUT - do remember that your BY variable list must be granular enough to generate "adjacent" duplicate records though, otherwise you may not see your duplicates removed.

Scott Barry
SBBWorks, Inc.
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Correction: the option is DUPOUT, not DUPSOUT.

Scott Barry
SBBWorks, Inc.

Suggested Google advanced search argument to consider using:

proc sort dupout site:sas.com

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1091 views
  • 0 likes
  • 2 in conversation