<?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: Matching and Collapsing Line Listed Data in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248915#M6615</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Reference to an open source solution:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www5.statcan.gc.ca/olc-cel/olc.action?lang=en&amp;amp;ObjId=10H0036&amp;amp;ObjType=22" target="_blank"&gt;http://www5.statcan.gc.ca/olc-cel/olc.action?lang=en&amp;amp;ObjId=10H0036&amp;amp;ObjType=22&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like the solution for names from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19924"&gt;@FriedEgg&lt;/a&gt;&amp;nbsp;here:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Name-matching/m-p/82780/highlight/true#M23757" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Name-matching/m-p/82780/highlight/true#M23757&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it's only for names.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is this similar to Link Plus, because I think I have access to that.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 16:28:32 GMT</pubDate>
    <dc:creator>honk</dc:creator>
    <dc:date>2016-02-09T16:28:32Z</dc:date>
    <item>
      <title>Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248085#M6577</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to take line listed data with peoples names and birthdays (that may or may not be entered correctly) and essentially create a new value so I can match them together and identify them as one individual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached this SAS data set as an example. Here I have&amp;nbsp;false&amp;nbsp;names and birthdates where some match exactly, some are misspelled and some are not even the same people. I have set the scenario as orders for a company, so there is an order number and the customer number is blank. I want to populate the customernumber variable so that I can identify orders that came from the same indvidual, but their information may have been typed incorrectly, or not at all, by a clerk for each order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know this can not be done perfectly and a degree of error is at your mercy, but pointing me in the right direction towards any functions or papers that have been written on this topic would be great. I have recently just started looking at the SOUNDEX&amp;nbsp;and SPEDIS functions and am I thinking how I could use them to achieve my goal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 20:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248085#M6577</guid>
      <dc:creator>honk</dc:creator>
      <dc:date>2016-02-04T20:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248101#M6578</link>
      <description>&lt;P&gt;If you have the SAS Data Quality Server licensed and properly configured then you can use DataFlux functions for creating standardized names and matchcodes.&lt;/P&gt;
&lt;P&gt;Some DataFlux functionality can be called directlye out of "normal" SAS via functions:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/dqclref/68376/HTML/default/viewer.htm#p0k705exnmtpgin1xppkpx5f7r30.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/dqclref/68376/HTML/default/viewer.htm#p0k705exnmtpgin1xppkpx5f7r30.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248101#M6578</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-02-04T21:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248119#M6579</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;If you have the SAS Data Quality Server licensed and properly configured then you can use DataFlux functions for creating standardized names and matchcodes.&lt;/P&gt;
&lt;P&gt;Some DataFlux functionality can be called directlye out of "normal" SAS via functions:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/dqclref/68376/HTML/default/viewer.htm#p0k705exnmtpgin1xppkpx5f7r30.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/dqclref/68376/HTML/default/viewer.htm#p0k705exnmtpgin1xppkpx5f7r30.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Unfortunately I don't have access to SAS Data Quality Server. Thanks for suggesting the function&amp;nbsp;though, it&amp;nbsp;seems like it could be useful.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 22:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248119#M6579</guid>
      <dc:creator>honk</dc:creator>
      <dc:date>2016-02-04T22:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248124#M6580</link>
      <description>&lt;P&gt;Reference to an open source solution:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www5.statcan.gc.ca/olc-cel/olc.action?lang=en&amp;amp;ObjId=10H0036&amp;amp;ObjType=22" target="_blank"&gt;http://www5.statcan.gc.ca/olc-cel/olc.action?lang=en&amp;amp;ObjId=10H0036&amp;amp;ObjType=22&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like the solution for names from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19924"&gt;@FriedEgg﻿&lt;/a&gt;&amp;nbsp;here:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Name-matching/m-p/82780/highlight/true#M23757" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Name-matching/m-p/82780/highlight/true#M23757&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it's only for names.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 22:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248124#M6580</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-04T22:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248133#M6583</link>
      <description>There are many options available. If you are dealing with more information than just name, i.e. name &amp;amp; dob, address, etc... I would recommend that you use probabilistic record linking. You can use &lt;A href="http://the-link-king.com/" target="_blank"&gt;http://the-link-king.com/&lt;/A&gt; which is written in SAS and is free. It also offers a lot of other methods and requires virtually no programming on your part.</description>
      <pubDate>Fri, 05 Feb 2016 00:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248133#M6583</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2016-02-05T00:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248915#M6615</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Reference to an open source solution:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www5.statcan.gc.ca/olc-cel/olc.action?lang=en&amp;amp;ObjId=10H0036&amp;amp;ObjType=22" target="_blank"&gt;http://www5.statcan.gc.ca/olc-cel/olc.action?lang=en&amp;amp;ObjId=10H0036&amp;amp;ObjType=22&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like the solution for names from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19924"&gt;@FriedEgg&lt;/a&gt;&amp;nbsp;here:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Name-matching/m-p/82780/highlight/true#M23757" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Name-matching/m-p/82780/highlight/true#M23757&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it's only for names.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is this similar to Link Plus, because I think I have access to that.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248915#M6615</guid>
      <dc:creator>honk</dc:creator>
      <dc:date>2016-02-09T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248919#M6616</link>
      <description>&lt;P&gt;I don't know what Link Plus is...&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248919#M6616</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-09T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248920#M6617</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19924"&gt;@FriedEgg&lt;/a&gt; wrote:&lt;BR /&gt;There are many options available. If you are dealing with more information than just name, i.e. name &amp;amp; dob, address, etc... I would recommend that you use probabilistic record linking. You can use &lt;A href="http://the-link-king.com/" target="_blank"&gt;http://the-link-king.com/&lt;/A&gt; which is written in SAS and is free. It also offers a lot of other methods and requires virtually no programming on your part.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cool thanks, this looks promising. I'm going to check this out&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248920#M6617</guid>
      <dc:creator>honk</dc:creator>
      <dc:date>2016-02-09T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248925#M6618</link>
      <description>&lt;P&gt;It is similar in that they are both things that provide a method for performing probablistic record linking. &amp;nbsp;Link Plus is a specific application designed for cancer registry databases while the package I linked to is a SAS/AF application written to perform a wide bredth of record linking and name matching techniques. &amp;nbsp;If you are familiar with Link Plus, try using that software.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248925#M6618</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2016-02-09T16:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248928#M6619</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I don't know what Link Plus is...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason I asked is it's difficult to get some softwares installed at work. It seems similar. Thanks for the info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;"&lt;A href="http://www.cdc.gov/cancer/npcr/tools/registryplus/lp.htm" target="_self"&gt;Link Plus&lt;/A&gt;&amp;nbsp;is a probabilistic record linkage program developed at CDC’s Division of Cancer Prevention and Control in support of CDC’s National Program of Cancer Registries (NPCR). Link Plus is a record linkage tool for cancer registries. It is an easy-to-use, standalone application for Microsoft&lt;SUP&gt;®&lt;/SUP&gt; Windows&lt;SUP&gt;®&lt;/SUP&gt; that can run in two modes—&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;To detect duplicates in a cancer registry database.&lt;/FONT&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;To link a cancer registry file with external files.&lt;/FONT&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Although originally designed to be used by cancer registries, the program can be used with any type of data in fixed width or delimited format. Used extensively across a diversity of research disciplines, Link Plus is rapidly becoming an essential linkage tool for researchers and organizations that maintain public health data."&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248928#M6619</guid>
      <dc:creator>honk</dc:creator>
      <dc:date>2016-02-09T16:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Matching and Collapsing Line Listed Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248951#M6621</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19924"&gt;@FriedEgg&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;It is similar in that they are both things that provide a method for performing probablistic record linking. &amp;nbsp;Link Plus is a specific application designed for cancer registry databases while the package I linked to is a SAS/AF application written to perform a wide bredth of record linking and name matching techniques. &amp;nbsp;If you are familiar with Link Plus, try using that software.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am not familiar with Link Plus, I just have access to it. I'd prefer to use SAS directly so once I figure out which program fits my needs that will probably be the best option. Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Matching-and-Collapsing-Line-Listed-Data/m-p/248951#M6621</guid>
      <dc:creator>honk</dc:creator>
      <dc:date>2016-02-09T16:54:24Z</dc:date>
    </item>
  </channel>
</rss>

