<?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 Identifying top 1% of participants in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Identifying-top-1-of-participants/m-p/137728#M27848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with a dataset composed of an ID variable and an amount variable. I need to be able to isolate those participants in the top 1% for highest amounts, but I'm unsure how to do so. That is, I need to know the IDs of those with the top 1% of amount values--not what the 99th percentile amount is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 17:41:50 GMT</pubDate>
    <dc:creator>Walternate</dc:creator>
    <dc:date>2014-07-25T17:41:50Z</dc:date>
    <item>
      <title>Identifying top 1% of participants</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-top-1-of-participants/m-p/137728#M27848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with a dataset composed of an ID variable and an amount variable. I need to be able to isolate those participants in the top 1% for highest amounts, but I'm unsure how to do so. That is, I need to know the IDs of those with the top 1% of amount values--not what the 99th percentile amount is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 17:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-top-1-of-participants/m-p/137728#M27848</guid>
      <dc:creator>Walternate</dc:creator>
      <dc:date>2014-07-25T17:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying top 1% of participants</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-top-1-of-participants/m-p/137729#M27849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc rank data=have out=want descending groups=100 ties=high; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var amount;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ranks AmountRank;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 18:34:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-top-1-of-participants/m-p/137729#M27849</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-07-25T18:34:19Z</dc:date>
    </item>
  </channel>
</rss>

