<?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 What is the easiest way to execute percentile rank to assign values at row level for ungrouped data in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356896#M23482</link>
    <description>&lt;P&gt;Looking for the easiest way to assign percentile rank for ungrouped data at row level in a result table.&amp;nbsp; Thanks in advance for your suggestions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jordana&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 15:15:04 GMT</pubDate>
    <dc:creator>Jordana_Anthem</dc:creator>
    <dc:date>2017-05-08T15:15:04Z</dc:date>
    <item>
      <title>What is the easiest way to execute percentile rank to assign values at row level for ungrouped data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356896#M23482</link>
      <description>&lt;P&gt;Looking for the easiest way to assign percentile rank for ungrouped data at row level in a result table.&amp;nbsp; Thanks in advance for your suggestions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jordana&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356896#M23482</guid>
      <dc:creator>Jordana_Anthem</dc:creator>
      <dc:date>2017-05-08T15:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356901#M23483</link>
      <description>&lt;P&gt;Posting example test data (in the form of a datastep) and what you want the output to look like will improve the answers you get. &amp;nbsp;For now, proc rank would be the one that jumps to mind:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/22/759.html" target="_blank"&gt;http://support.sas.com/kb/22/759.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356901#M23483</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-08T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356903#M23484</link>
      <description>&lt;P&gt;What does row level ungrouped data mean? Those are not common data terms that I'm familiar with.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:29:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356903#M23484</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-08T15:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356910#M23485</link>
      <description>&lt;P&gt;I was wondering if there was a way to do it in EG without programming.&amp;nbsp; If it is a programming requirement, I will give it a try.&amp;nbsp; Thanks for your response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356910#M23485</guid>
      <dc:creator>Jordana_Anthem</dc:creator>
      <dc:date>2017-05-08T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356911#M23486</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp; Perhaps a better way to say it is I will need to assign this value at row level.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356911#M23486</guid>
      <dc:creator>Jordana_Anthem</dc:creator>
      <dc:date>2017-05-08T15:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356912#M23487</link>
      <description>&lt;P&gt;Is something like this what you are looking for?&lt;/P&gt;
&lt;PRE&gt;proc rank data=sashelp.class out=ranked groups=100;
   ranks weightrank;
   var weight;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 May 2017 15:42:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356912#M23487</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-08T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356915#M23488</link>
      <description>&lt;P&gt;In EG this is under TASKS&amp;gt;Data&amp;gt;Rank&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the equivalent of percentiles by using GROUPS=100 in the task.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/356915#M23488</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-08T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to execute percentile rank to assign values at row level for ungrouped d</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/357264#M23513</link>
      <description>&lt;P&gt;Thank very much, worked perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 17:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-easiest-way-to-execute-percentile-rank-to-assign/m-p/357264#M23513</guid>
      <dc:creator>Jordana_Anthem</dc:creator>
      <dc:date>2017-05-09T17:44:51Z</dc:date>
    </item>
  </channel>
</rss>

