<?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: Finding like records in a table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123635#M33979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both - awesome! &lt;/P&gt;&lt;P&gt;&lt;A href="http://mayoresearch.mayo.edu/mayo/research/biostat/sasmacros.cfm" title="http://mayoresearch.mayo.edu/mayo/research/biostat/sasmacros.cfm"&gt;SAS Macros&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 16:13:32 GMT</pubDate>
    <dc:creator>That____Redhead</dc:creator>
    <dc:date>2013-02-28T16:13:32Z</dc:date>
    <item>
      <title>Finding like records in a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123632#M33976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an odd situation I am trying to figure out.&amp;nbsp; I have two tables containing summarized data at a dealer level, treatment versus control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have Dealer_Num, Net_Revenue, and Customer_Count for a time period summarized by dealer.&amp;nbsp; I have 127 dealers in my treatment group and 380 dealers in my control group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since not all the Control dealers have similar volume to the Treatment dealers, I want to select those most alike.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have this running in Excel Solver, using SUMPRODUCT and a binary flag to "turn on or off" a dealer, and minimize the difference between the two groups.&amp;nbsp; Is there a way (presumably quicker) to run this in SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 14:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123632#M33976</guid>
      <dc:creator>That____Redhead</dc:creator>
      <dc:date>2013-02-28T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding like records in a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123633#M33977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a common problem in epidemiology for case-control matching.&amp;nbsp; A typical problem there might be matching by nearest age within 5 years.&amp;nbsp; It is also called proximity matching.&amp;nbsp; A generalization to multiple variables is often done by propensity score matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search for those terms on sas.com, you will find a number of examples to choose from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 14:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123633#M33977</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-02-28T14:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding like records in a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123634#M33978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Google: Mayo clinic sas macro matching&lt;/P&gt;&lt;P&gt;They have macros that do propensity score matching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123634#M33978</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-28T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding like records in a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123635#M33979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both - awesome! &lt;/P&gt;&lt;P&gt;&lt;A href="http://mayoresearch.mayo.edu/mayo/research/biostat/sasmacros.cfm" title="http://mayoresearch.mayo.edu/mayo/research/biostat/sasmacros.cfm"&gt;SAS Macros&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-like-records-in-a-table/m-p/123635#M33979</guid>
      <dc:creator>That____Redhead</dc:creator>
      <dc:date>2013-02-28T16:13:32Z</dc:date>
    </item>
  </channel>
</rss>

