BookmarkSubscribeRSS Feed
jcis7
Pyrite | Level 9

Hello!  Any help you can give is appreciated!

I've a document with:

ID                  Type       Duplicate             (other fields, etc...)

12345678      B             1                              

12345676      A             1                               

12345677      A             3                   

12345667      B             3                    

12345654      A             4

12345432      B             4            

How do you select for Type A of each duplicate and include all fields

Final Table

ID                  Type       Duplicate             (other fields, etc...)                        

12345676      A             1                                

12345677      A             3                                    

12345654      A             4

Thanks very much!

2 REPLIES 2
Tom
Super User Tom
Super User

I must not understand the question.

Why not just

where type = 'A';

????

jcis7
Pyrite | Level 9

I oversimplified the example. Your response was helpful for me to look at it from a different angle.  Thanks!

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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