<?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: how many i keep top 500 observations in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183601#M46729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your definition of top 500?.&amp;nbsp; You sorted the file.&amp;nbsp; Do you want the first 500 in each sort group?&amp;nbsp; Do you want the top 500 sort groups in terms of frequency or percentage of the total?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A proc freq can tell you which sorted values are more frequent than others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 15:47:15 GMT</pubDate>
    <dc:creator>jwillis</dc:creator>
    <dc:date>2014-04-17T15:47:15Z</dc:date>
    <item>
      <title>how many i keep top 500 observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183599#M46727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a variable mktcapitalisation in a dataset&lt;/P&gt;&lt;P&gt;i sorted them and found 4886 observations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=us3 out= us4;&lt;/P&gt;&lt;P&gt;&amp;nbsp; key mktcapitalisation/descending;&lt;/P&gt;&lt;P&gt;run;*/4886 obs;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i keep the top 500?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 15:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183599#M46727</guid>
      <dc:creator>aarony</dc:creator>
      <dc:date>2014-04-17T15:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: how many i keep top 500 observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183600#M46728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set us4 (obs=500);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set us4;&lt;/P&gt;&lt;P&gt;if&amp;nbsp; _n_&amp;gt;500 then stop;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 15:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183600#M46728</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2014-04-17T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: how many i keep top 500 observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183601#M46729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your definition of top 500?.&amp;nbsp; You sorted the file.&amp;nbsp; Do you want the first 500 in each sort group?&amp;nbsp; Do you want the top 500 sort groups in terms of frequency or percentage of the total?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A proc freq can tell you which sorted values are more frequent than others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 15:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-i-keep-top-500-observations/m-p/183601#M46729</guid>
      <dc:creator>jwillis</dc:creator>
      <dc:date>2014-04-17T15:47:15Z</dc:date>
    </item>
  </channel>
</rss>

