<?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: Separating names in a cell and then fuzzy merging in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271575#M7550</link>
    <description>&lt;P&gt;Fuzzy matching isn't straightforward.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example will you be matching on the various variables you've now split out or only the first one.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What happens if you have an exact match? How close is good enough in fuzzy matching for you? It's a bit of a trial and error process that gets customized to your particular situation. Do you want it iterative, first loop looks for exact, second uses soundex, third uses compged, etc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a bunch of SAS papers on the topic available here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lexjansen.com/search/searchresults.php?q=fuzzy%20matching" target="_blank"&gt;http://www.lexjansen.com/search/searchresults.php?q=fuzzy%20matching&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2016 02:37:47 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-05-19T02:37:47Z</dc:date>
    <item>
      <title>Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271557#M7543</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel that I imported into SAS. The excel file contains information on companies that I need to separate into columns and then I want to match the observation on those company names that I have in another data file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are at least 2 company names in each cell and can be up to 19 company names. Ex;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cname&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Microsoft Inc&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Google Inc&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; General electric&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; General motors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Row 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;General motors&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ford&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; General electric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want is ----&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cname1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cname2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cname3&lt;/P&gt;&lt;P&gt;row1 &amp;nbsp; &amp;nbsp; &amp;nbsp;Microsoft Inc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Google Inc &amp;nbsp;&lt;/P&gt;&lt;P&gt;row2 &amp;nbsp; &amp;nbsp; &amp;nbsp;General electric &amp;nbsp; &amp;nbsp; &amp;nbsp; General Motors&lt;/P&gt;&lt;P&gt;row3 &amp;nbsp; &amp;nbsp; &amp;nbsp;General motors &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ford &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;General electric&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AND THEN what I want to do is match the observation on company names stored in another file. However, the company names in the other file wont always be exact matches per se..... &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g., &amp;nbsp; Microsoft Inc = Microsoft &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;or &amp;nbsp; &amp;nbsp; &amp;nbsp;Google inc = Google &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ford = Ford motors &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or &amp;nbsp; &amp;nbsp;Motorola Inc = motorola communications &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; du pont = &amp;nbsp;ei dupont de nemours&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive attached some screenshots so that you can get a sense of what Im working with..Thanks for any help in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12549iCF353093B146F9B0/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Screenshot (25).png" title="Screenshot (25).png" /&gt;</description>
      <pubDate>Wed, 18 May 2016 23:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271557#M7543</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-18T23:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271558#M7544</link>
      <description>&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12550iAD62E8F80B134B61/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Screenshot (2).png" title="Screenshot (2).png" /&gt;</description>
      <pubDate>Wed, 18 May 2016 23:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271558#M7544</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-18T23:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271564#M7545</link>
      <description>&lt;P&gt;It depends on the delimiter between these company name. Try take &amp;nbsp;'0D0A'x &amp;nbsp;as delimiter.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 01:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271564#M7545</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-19T01:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271568#M7546</link>
      <description>Thanks, Ksharp - that part worked great! Still struggling with the fuzzy match part, however.</description>
      <pubDate>Thu, 19 May 2016 01:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271568#M7546</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-19T01:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271570#M7547</link>
      <description>&lt;P&gt;There are a couple of functions can do fuzzy matching in SAS.&lt;/P&gt;
&lt;P&gt;Some like &amp;nbsp;SPEDIS() , COMPLEV(),COMPGEN() ...........&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 01:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271570#M7547</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-19T01:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271572#M7548</link>
      <description>Yes, I did some reading about those.. but I dont know how to go about this / how it looks. Im fairly used to these type of merge functions:&lt;BR /&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table adtr.a1 as select a.*, b.acode, b.bcode&lt;BR /&gt;from adtr.bld2 as a left join adtr.all4 as b&lt;BR /&gt;on a.year_code = b.year_code;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, I would want to merge on the firm name (which wouldnt always be identical) and the year.</description>
      <pubDate>Thu, 19 May 2016 02:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271572#M7548</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-19T02:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271575#M7550</link>
      <description>&lt;P&gt;Fuzzy matching isn't straightforward.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example will you be matching on the various variables you've now split out or only the first one.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What happens if you have an exact match? How close is good enough in fuzzy matching for you? It's a bit of a trial and error process that gets customized to your particular situation. Do you want it iterative, first loop looks for exact, second uses soundex, third uses compged, etc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a bunch of SAS papers on the topic available here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lexjansen.com/search/searchresults.php?q=fuzzy%20matching" target="_blank"&gt;http://www.lexjansen.com/search/searchresults.php?q=fuzzy%20matching&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 02:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271575#M7550</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-19T02:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271579#M7551</link>
      <description>&lt;P&gt;Fuzzy matching is very tough task. Here is an example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input stores $32.;
cards;
ABC STORE
APPLE COMPUTERS
MICROSOFT CORPORATION
COSTCO STORE
WALMART
SAMS CLUB
;
run;
proc sql;
 select a.*,b.stores as matched_stores
  from have as a,have as b
   group by a.stores
    having spedis(a.stores,b.stores)=min(spedis(a.stores,b.stores));
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 May 2016 02:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271579#M7551</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-19T02:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271597#M7552</link>
      <description>Took a very long time to run ..Maybe an hour... and screwed up on an error...Kinda stuck on this.&lt;BR /&gt;&lt;BR /&gt;3092 proc sql;&lt;BR /&gt;3093 select a.*,b.firm1 as matched_stores&lt;BR /&gt;3094 from adtr.stage as a,adtr.test as b&lt;BR /&gt;3095 group by a.conm&lt;BR /&gt;3096 having spedis(a.conm,b.firm1)=min(spedis(a.conm,b.firm1));&lt;BR /&gt;NOTE: The execution of this query involves performing one or more Cartesian product joins that&lt;BR /&gt;can not be optimized.&lt;BR /&gt;NOTE: The query requires remerging summary statistics back with the original data.&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;ERROR: Sort execution failure.&lt;BR /&gt;3097 quit;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 1:08:53.67&lt;BR /&gt;cpu time 26:32.45&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2016 04:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271597#M7552</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-19T04:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271598#M7553</link>
      <description>&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will be matching on both of the variables eventually, but only one at a time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now have two datasets, each have a firm name and a year. And I need to merge them on those two variables because I want to merge in the rest of the information that each observation contains. They are firm names, so the names are similar, but not always exact.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data set 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Data set 2&lt;/P&gt;&lt;P&gt;Firm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Firm&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google Inc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Google&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ford Motor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ford&lt;/P&gt;&lt;P&gt;Motorola holdings &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Motorola solutions&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes they will be an exact match, sometimes they will not be. I would like a reasonable error variance, but obviously not too much where it's creating too many unnecessary matches. And yes, ideally it would be iterative. Bear in mind that I am by no means an advanced programmer, but do use sas to get around (probably often using simpler code in more steps than someone else could do in one step). I usually use a command like this to merge&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table adtr.a1 as select a.*, b.address1, b.address2&lt;BR /&gt;from adtr.stage as a left join adtr.test as b&lt;BR /&gt;on a.code= b.code and a.year=b.year;&amp;nbsp;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I would like to fuzzy match on firm name and also on year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 04:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271598#M7553</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-19T04:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271602#M7554</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83117"&gt;@r4321&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes they will be an exact match, sometimes they will not be. I would like a reasonable error variance, but obviously not too much where it's creating too many unnecessary matches. And yes, ideally it would be iterative.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Define "reasonable error variance"?&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 04:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271602#M7554</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-19T04:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271603#M7555</link>
      <description>&lt;P&gt;See the solution from Fried Egg here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Name-matching/td-p/82780" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Name-matching/td-p/82780&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another alternative is to clean up your names/standardize them somehow so you can do an exact merge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 04:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271603#M7555</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-19T04:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271609#M7556</link>
      <description>At least a few letters, but the important thing is that it's matching on the main part of the name. e.g.,&lt;BR /&gt;Ford = ford motor</description>
      <pubDate>Thu, 19 May 2016 05:56:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271609#M7556</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-19T05:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Separating names in a cell and then fuzzy merging</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271650#M7557</link>
      <description>&lt;P&gt;How big are these two tables ?&lt;/P&gt;
&lt;P&gt;Suggestion is spliting the first table&amp;nbsp;&lt;SPAN&gt;adtr.stage into lots of small tables ,and make a macro go through all these sub-table,and remerge them all back together .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 08:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Separating-names-in-a-cell-and-then-fuzzy-merging/m-p/271650#M7557</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-19T08:54:43Z</dc:date>
    </item>
  </channel>
</rss>

