BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi

I want to compare one basic string with a number of strings, and identify the string which is most similar with the basic string. Is there a nice Macro facility or a SAS procedure that may manage this problem?
1 REPLY 1
GertNissen
Barite | Level 11
Have a look at these functions
- SOUNDEX Function -> http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245948.htm
- SPEDIS Function -> http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245949.htm

And these samples
- 24582 - Combine data sets based upon similar values -> http://support.sas.com/kb/24/582.html
Encode character strings using SOUNDEX to aid in combining the data based upon similar but not exact values.

- 33340 - Using DATA Step functions to check character values or variables for near equality -> http://support.sas.com/kb/33/340.html
Several DATA step functions can be used to quantify or measure the difference between two character values

or these papers
- SOUNDEX -> http://support.sas.com/dsearch?qt=SOUNDEX+&ct=5240&Find=Search&col=suppprd&nh=10&qp=&qc=suppsas&ws=1...
- SPEDIS -> http://support.sas.com/dsearch?qt=SPEDIS+&ct=5240&Find=Search&col=suppprd&nh=10&qp=&qc=suppsas&ws=1&...

Please share your solution

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1 reply
  • 1075 views
  • 0 likes
  • 2 in conversation