BookmarkSubscribeRSS Feed
xiaobing
Calcite | Level 5

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

2 REPLIES 2
LinusH
Tourmaline | Level 20

To perform conditional matching, use SQL join.

Data never sleeps
Doc_Duke
Rhodochrosite | Level 12

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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 802 views
  • 0 likes
  • 3 in conversation