<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Identifying similar strings in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Identifying-similar-strings/m-p/27683#M5104</link>
    <description>Have a look at these functions&lt;BR /&gt;
- SOUNDEX Function -&amp;gt; &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245948.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245948.htm&lt;/A&gt;&lt;BR /&gt;
- SPEDIS Function -&amp;gt; &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245949.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245949.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And these samples&lt;BR /&gt;
- &lt;B&gt;24582 - Combine data sets based upon similar values&lt;/B&gt; -&amp;gt; &lt;A href="http://support.sas.com/kb/24/582.html" target="_blank"&gt;http://support.sas.com/kb/24/582.html&lt;/A&gt;&lt;BR /&gt;
Encode character strings using SOUNDEX to aid in combining the data based upon similar but not exact values.&lt;BR /&gt;
&lt;BR /&gt;
- &lt;B&gt;33340 - Using DATA Step functions to check character values or variables for near equality&lt;/B&gt; -&amp;gt; &lt;A href="http://support.sas.com/kb/33/340.html" target="_blank"&gt;http://support.sas.com/kb/33/340.html&lt;/A&gt;&lt;BR /&gt;
Several DATA step functions can be used to quantify or measure the difference between two character values&lt;BR /&gt;
&lt;BR /&gt;
or these papers&lt;BR /&gt;
- SOUNDEX -&amp;gt; &lt;A href="http://support.sas.com/dsearch?qt=SOUNDEX+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0" target="_blank"&gt;http://support.sas.com/dsearch?qt=SOUNDEX+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0&lt;/A&gt;&lt;BR /&gt;
- SPEDIS -&amp;gt; &lt;A href="http://support.sas.com/dsearch?qt=SPEDIS+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0" target="_blank"&gt;http://support.sas.com/dsearch?qt=SPEDIS+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please share your solution</description>
    <pubDate>Wed, 06 May 2009 13:11:23 GMT</pubDate>
    <dc:creator>GertNissen</dc:creator>
    <dc:date>2009-05-06T13:11:23Z</dc:date>
    <item>
      <title>Identifying similar strings</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-similar-strings/m-p/27682#M5103</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
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?</description>
      <pubDate>Wed, 06 May 2009 11:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-similar-strings/m-p/27682#M5103</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-06T11:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying similar strings</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-similar-strings/m-p/27683#M5104</link>
      <description>Have a look at these functions&lt;BR /&gt;
- SOUNDEX Function -&amp;gt; &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245948.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245948.htm&lt;/A&gt;&lt;BR /&gt;
- SPEDIS Function -&amp;gt; &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245949.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a000245949.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And these samples&lt;BR /&gt;
- &lt;B&gt;24582 - Combine data sets based upon similar values&lt;/B&gt; -&amp;gt; &lt;A href="http://support.sas.com/kb/24/582.html" target="_blank"&gt;http://support.sas.com/kb/24/582.html&lt;/A&gt;&lt;BR /&gt;
Encode character strings using SOUNDEX to aid in combining the data based upon similar but not exact values.&lt;BR /&gt;
&lt;BR /&gt;
- &lt;B&gt;33340 - Using DATA Step functions to check character values or variables for near equality&lt;/B&gt; -&amp;gt; &lt;A href="http://support.sas.com/kb/33/340.html" target="_blank"&gt;http://support.sas.com/kb/33/340.html&lt;/A&gt;&lt;BR /&gt;
Several DATA step functions can be used to quantify or measure the difference between two character values&lt;BR /&gt;
&lt;BR /&gt;
or these papers&lt;BR /&gt;
- SOUNDEX -&amp;gt; &lt;A href="http://support.sas.com/dsearch?qt=SOUNDEX+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0" target="_blank"&gt;http://support.sas.com/dsearch?qt=SOUNDEX+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0&lt;/A&gt;&lt;BR /&gt;
- SPEDIS -&amp;gt; &lt;A href="http://support.sas.com/dsearch?qt=SPEDIS+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0" target="_blank"&gt;http://support.sas.com/dsearch?qt=SPEDIS+&amp;amp;ct=5240&amp;amp;Find=Search&amp;amp;col=suppprd&amp;amp;nh=10&amp;amp;qp=&amp;amp;qc=suppsas&amp;amp;ws=1&amp;amp;qm=1&amp;amp;st=1&amp;amp;lk=1&amp;amp;rf=0&amp;amp;oq=&amp;amp;rq=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please share your solution</description>
      <pubDate>Wed, 06 May 2009 13:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-similar-strings/m-p/27683#M5104</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2009-05-06T13:11:23Z</dc:date>
    </item>
  </channel>
</rss>

