BookmarkSubscribeRSS Feed
Ishwarkumar
Obsidian | Level 7

I'm having a data. in that data, there are columns called seat_id and store_id. one seat_id is having multiple store_id. ( want to remove those seat_id which are having multiple stores)

2 REPLIES 2
LinusH
Tourmaline | Level 20
Use sql with a having count(seat_id) = 1 clause.
Data never sleeps
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Proc sort with nodupkey option.  If you post a question, please ensure you post test data - in the form of a datastep, and what the output should look like.  Otherwise you will just get general answers which may or may not relate to your issue.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2 replies
  • 666 views
  • 0 likes
  • 3 in conversation