How do I display only distinct accounts/IDs? Right now the output pops out dozens of the same exact row, except certain columns have different dates.
Just keep the ID column 🙂
Then use the resulting table to join with other data you need.
//Fredrik
Just keep the ID column 🙂
Then use the resulting table to join with other data you need.
//Fredrik
Great, thank you FredrikE. Worked very well. I created another query(see below) to use only for joining. There was another column ID I needed. I used the MAX function for that column so there would be no repeat IDs from the first column, and because I only need the highest number for that variable.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.