<?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 Fuzzy match on the same variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Fuzzy-match-on-the-same-variables/m-p/294919#M61569</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a timeseries dataset. In it, I have a variable that contains company names. But the company names change in many observations across time. I want to match and replace the company names so that companies &amp;nbsp;which are (obviously) the same have the same name in the dataset and not several different names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex: XYZ,XYZ Company, XYZ &amp;amp; CO, XYZ CO etc. all will have one name such as for example 'XYZ Company'.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 19:41:16 GMT</pubDate>
    <dc:creator>aaou</dc:creator>
    <dc:date>2016-08-29T19:41:16Z</dc:date>
    <item>
      <title>Fuzzy match on the same variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fuzzy-match-on-the-same-variables/m-p/294919#M61569</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a timeseries dataset. In it, I have a variable that contains company names. But the company names change in many observations across time. I want to match and replace the company names so that companies &amp;nbsp;which are (obviously) the same have the same name in the dataset and not several different names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex: XYZ,XYZ Company, XYZ &amp;amp; CO, XYZ CO etc. all will have one name such as for example 'XYZ Company'.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 19:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fuzzy-match-on-the-same-variables/m-p/294919#M61569</guid>
      <dc:creator>aaou</dc:creator>
      <dc:date>2016-08-29T19:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy match on the same variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fuzzy-match-on-the-same-variables/m-p/294929#M61576</link>
      <description>&lt;P&gt;The name matching problem is addressed in chapter 81 of Professional SAS Programming Shortcuts with example code at &lt;A href="http://www.globalstatements.com/shortcuts/81b.html" target="_self"&gt;http://www.globalstatements.com/shortcuts/81b.html&lt;/A&gt;. The example is based on the idea of matching two separate data sets but most of the same ideas would apply when the data is in a single data set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a smaller version of the problem where there are only a few hundred values, you may just want to create a table that maps each distinct character value to the canonical form of the name that you would want to see.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 20:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fuzzy-match-on-the-same-variables/m-p/294929#M61576</guid>
      <dc:creator>RickAster</dc:creator>
      <dc:date>2016-08-29T20:09:03Z</dc:date>
    </item>
  </channel>
</rss>

