<?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: which statement should I use to display the top 15 players with the highest efficiency rating? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/which-statement-should-I-use-to-display-the-top-15-players-with/m-p/476661#M71239</link>
    <description>&lt;P&gt;you would want to sort the dataset in descending order first "proc sort; by descending efficiency; run;" and then there would be a number of ways to select the first 15 obs of this dataset, eg just count obs and "proc print data=xxx (where=(count le 15)); var efficiency; run;"&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 04:43:07 GMT</pubDate>
    <dc:creator>pau13rown</dc:creator>
    <dc:date>2018-07-10T04:43:07Z</dc:date>
    <item>
      <title>which statement should I use to display the top 15 players with the highest efficiency rating?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/which-statement-should-I-use-to-display-the-top-15-players-with/m-p/476657#M71238</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was assigned to create a temporary data set&amp;nbsp;that contains the top 15 players with the highest efficiency rating. Efficiency rating is one of the variables in the dataset. I was wondering which statement could I use to solve this kind of problem? (I only learned about where, if, proc freq statements like that) Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 03:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/which-statement-should-I-use-to-display-the-top-15-players-with/m-p/476657#M71238</guid>
      <dc:creator>233</dc:creator>
      <dc:date>2018-07-10T03:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: which statement should I use to display the top 15 players with the highest efficiency rating?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/which-statement-should-I-use-to-display-the-top-15-players-with/m-p/476661#M71239</link>
      <description>&lt;P&gt;you would want to sort the dataset in descending order first "proc sort; by descending efficiency; run;" and then there would be a number of ways to select the first 15 obs of this dataset, eg just count obs and "proc print data=xxx (where=(count le 15)); var efficiency; run;"&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 04:43:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/which-statement-should-I-use-to-display-the-top-15-players-with/m-p/476661#M71239</guid>
      <dc:creator>pau13rown</dc:creator>
      <dc:date>2018-07-10T04:43:07Z</dc:date>
    </item>
  </channel>
</rss>

