Hello, guys. I'm trying to replicate a empirical paper and I stick in a data step. Basically, I have a list of ID, dates, industry and firm ratios. What I wan to do is to locate another company with different id but the same date in another larger data set, Also, this matching company should be in the same industry and have similar ratios (within the range of plus and minus 10% of the companies in the original list). I'm wondering anyone can help?
Thank you so much
XB
To perform conditional matching, use SQL join.
This is a common problem in epidemiology. Sufficiently so, that some macros have been developed. Check out
http://support.sas.com/resources/papers/proceedings10/061-2010.pdf
(I just googled
matching macro site:sas.com
).
As LinusH suggests, you could do it as a one-off with SQL. If your large data set is really big, the computer time might be huge.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.