<?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: Match using names in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774746#M246260</link>
    <description>&lt;P&gt;Please post SAS datasets in usable form (working data steps with datalines).&lt;/P&gt;</description>
    <pubDate>Sun, 17 Oct 2021 19:51:12 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-10-17T19:51:12Z</dc:date>
    <item>
      <title>Match using names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774738#M246258</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached an excel file. I want to match group A with group B using names. The different colors show the matching names. However, the names don't exactly match in two different groups. One of the ways we can match is by using the last name. But the last name is not always used similarly in the two groups, for example, John Holmes III. Also, in my large dataset, two different persons in the same firm and in the same year may have the same last name. How will I handle all these issues and how will I perfectly match one dataset with another dataset using names? Could you please help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 16:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774738#M246258</guid>
      <dc:creator>abdulla</dc:creator>
      <dc:date>2021-10-17T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Match using names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774746#M246260</link>
      <description>&lt;P&gt;Please post SAS datasets in usable form (working data steps with datalines).&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 19:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774746#M246260</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-17T19:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Match using names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774756#M246262</link>
      <description>&lt;P&gt;Perfect matching of free-text names is not possible. Only unique and totally accurate name keys like Customer_ID or Employee_ID will result in perfect matching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best you can do is to try and standardise the first and last names, if those are the only two columns available to you and try and get as high a match rate as possible. Also is it possible that two different people could share the same name?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 20:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774756#M246262</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-10-17T20:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Match using names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774797#M246277</link>
      <description>&lt;P&gt;It will never be an exact match when the rules are not perfectly defined. However, for most purposes you can do a good job with fuzzy matching.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many axamples online .&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 05:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774797#M246277</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-10-18T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Match using names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774835#M246299</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;two different persons in the same firm and in the same year may have the same last name. How will I handle all these issues&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Some questions such as these you need to decide what's teh best for you.&lt;/P&gt;
&lt;P&gt;For fuzzy string matching, there are several SAS functions such as SPEDIS or COMPGED.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 07:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-using-names/m-p/774835#M246299</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-10-18T07:34:31Z</dc:date>
    </item>
  </channel>
</rss>

