<?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: Proc Report - Top X Observations? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171404#M12308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works, but I'm hoping to feed use a computed report variable to do my obs... I may have to add a few steps to do it, essentially, that way though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 19:34:59 GMT</pubDate>
    <dc:creator>wcp_fnfg</dc:creator>
    <dc:date>2014-07-08T19:34:59Z</dc:date>
    <item>
      <title>Proc Report - Top X Observations?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171402#M12306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would like to cap my report at the top X observations.&amp;nbsp; Like if I had 10 students heights and only wanted to out the top 5 tallest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171402#M12306</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2014-07-08T17:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Top X Observations?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171403#M12307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you sorted your data by descending height then reported on the first 5 rows that would do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data = students;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by descending height;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data = students (obs = 5);&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 19:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171403#M12307</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-07-08T19:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Top X Observations?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171404#M12308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works, but I'm hoping to feed use a computed report variable to do my obs... I may have to add a few steps to do it, essentially, that way though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 19:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Top-X-Observations/m-p/171404#M12308</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2014-07-08T19:34:59Z</dc:date>
    </item>
  </channel>
</rss>

