<?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: a where percent question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486188#M126456</link>
    <description>&lt;P&gt;PERCENT tells proc rank what sort of ranks you want. R_H is defined as the name of the percent ranks. WHERE=(R_H&amp;lt;10) restricts the output to cases where the&amp;nbsp;percent rank is &amp;lt; 10.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Aug 2018 21:09:19 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-08-12T21:09:19Z</dc:date>
    <item>
      <title>a where percent question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486132#M126417</link>
      <description>&lt;P&gt;this is not a concrete question.I got a piece of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc rank data=sashelp.class out=class(where=(R_H&amp;lt;10)) percent;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var height;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ranks R_H;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I want to make clear of how to use(or the full use of) "where","percent" keyword in it.However,I searched for&amp;nbsp;&lt;SPAN&gt;"where","percent","rank" keyword&amp;nbsp;respectively and got nothing to do with this situation..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;someone knows this please tell me which keyword I should search on google?or kindly tell me the details of the usage of them concerned with this piece of code.thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 08:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486132#M126417</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-08-12T08:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: a where percent question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486140#M126425</link>
      <description>&lt;P&gt;where= is just a dataset option, applied to the output dataset, similar to the where statement in a data step.&lt;/P&gt;
&lt;P&gt;The documentation for the rank procedure is found &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0le3p5ngj1zlbn1mh3tistq9t76.htm&amp;amp;locale=en" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 10:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486140#M126425</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-12T10:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: a where percent question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486188#M126456</link>
      <description>&lt;P&gt;PERCENT tells proc rank what sort of ranks you want. R_H is defined as the name of the percent ranks. WHERE=(R_H&amp;lt;10) restricts the output to cases where the&amp;nbsp;percent rank is &amp;lt; 10.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 21:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-where-percent-question/m-p/486188#M126456</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-08-12T21:09:19Z</dc:date>
    </item>
  </channel>
</rss>

