BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
aarony
Obsidian | Level 7

hi, i have a sas data file (sasdata1) with firmname,size, and industry. i have another sas data file (sasdata2) with firm name, size, and industry. i wanted to match firms in sasdata1 with sasdata2 in terms of size and industry. the issue is that the size is not identical and i wanted to give it a bandwith. how may i identify firms in sas and match the two files? 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
In a sql merge you can apply a range on your join condition.

ie a.cap between b.cap+10 and b.cap-10

View solution in original post

2 REPLIES 2
Reeza
Super User
In a sql merge you can apply a range on your join condition.

ie a.cap between b.cap+10 and b.cap-10
aarony
Obsidian | Level 7

thanks for your kind guidance!!!!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1737 views
  • 2 likes
  • 2 in conversation