<?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 Matching Code Help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101743#M258179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a fairly new user to SAS and I am looking to match banks (banks that received TARP funds vs. banks that did not receive TARP funds).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample data set which is stacked with TARP and non-TARP banks identified by a dummy variable under the TARP variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to match TARP and non-TARP banks on three variables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. asset (closest match)&lt;/P&gt;&lt;P&gt;2. depdom (closest match)&lt;/P&gt;&lt;P&gt;3. rbc1rwaj (closet match)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fed_rssd variable is the identifier variable. I would appreciate any guidance or source I can obtain some information on how to go about this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 23:24:59 GMT</pubDate>
    <dc:creator>bkillins10</dc:creator>
    <dc:date>2013-04-08T23:24:59Z</dc:date>
    <item>
      <title>Matching Code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101743#M258179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a fairly new user to SAS and I am looking to match banks (banks that received TARP funds vs. banks that did not receive TARP funds).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample data set which is stacked with TARP and non-TARP banks identified by a dummy variable under the TARP variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to match TARP and non-TARP banks on three variables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. asset (closest match)&lt;/P&gt;&lt;P&gt;2. depdom (closest match)&lt;/P&gt;&lt;P&gt;3. rbc1rwaj (closet match)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fed_rssd variable is the identifier variable. I would appreciate any guidance or source I can obtain some information on how to go about this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 23:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101743#M258179</guid>
      <dc:creator>bkillins10</dc:creator>
      <dc:date>2013-04-08T23:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101744#M258180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza for the link!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 22:37:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101744#M258180</guid>
      <dc:creator>bkillins10</dc:creator>
      <dc:date>2013-04-09T22:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101745#M258181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the gmatch macro and thanks for the link.&amp;nbsp; I see the gmatch macro uses absolute values as the constraint on the variables for matching.&amp;nbsp; Any tips on how I can use percentage of variable in this code?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. Instead of within say 100 points of X, 50 point of Y, etc.&amp;nbsp; We can modify this code to use with 50% of X, 25% of Y, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 18:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101745#M258181</guid>
      <dc:creator>bkillins10</dc:creator>
      <dc:date>2013-04-13T18:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101746#M258182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply transform your match variables into logarithms. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 19:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matching-Code-Help/m-p/101746#M258182</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-04-13T19:16:34Z</dc:date>
    </item>
  </channel>
</rss>

