Hello,
I'm trying to find matches from one column in a dataset to another column in a different dataset, using SAS Enterprise Guide 7.1. My plan was to import the two datasets and then perform a series of tasks to find matches. Since I'm a novice using SAS, I am not sure what specific tasks I should be performing and what the flow of the tasks should be to achieve this goal. Any help would be greatly appreciated.
Can you define "matches"??? Can you give us a little example???
Sure, when I say "matches" I'm referring to instances where an ID Number from one dataset can also be found in the other dataset.
PROC SQL can do this.
A DATA step merge can do this.
Thank you for the assistance, I'll try these out. Sorry if this was an obvious question, I'm still learning.
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.