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!
I must not understand the question.
Why not just
where type = 'A';
????
I oversimplified the example. Your response was helpful for me to look at it from a different angle. Thanks!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.