<?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 SAS EG Sort Summary Table by Analysis Variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379012#M91173</link>
    <description>&lt;P&gt;I have created a summary table in SAS EG. I have it formatted and it looks exactly as&amp;nbsp;I want it. The only thing left I need to do, is sort the classification variables by one of the analysis variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have Clasicication variable = People and Analysis Variable = Wage. I want to sort my table by wage largest to smallest (this is a simplified example.)&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 14:08:53 GMT</pubDate>
    <dc:creator>Amber_Nicole94</dc:creator>
    <dc:date>2017-07-25T14:08:53Z</dc:date>
    <item>
      <title>SAS EG Sort Summary Table by Analysis Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379012#M91173</link>
      <description>&lt;P&gt;I have created a summary table in SAS EG. I have it formatted and it looks exactly as&amp;nbsp;I want it. The only thing left I need to do, is sort the classification variables by one of the analysis variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have Clasicication variable = People and Analysis Variable = Wage. I want to sort my table by wage largest to smallest (this is a simplified example.)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379012#M91173</guid>
      <dc:creator>Amber_Nicole94</dc:creator>
      <dc:date>2017-07-25T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Sort Summary Table by Analysis Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379018#M91177</link>
      <description>&lt;P&gt;Use PROC SORT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data = YourTableNameHere;
	by descending Wage;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:18:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379018#M91177</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-07-25T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Sort Summary Table by Analysis Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379058#M91197</link>
      <description>&lt;P&gt;Look at the code, is it proc summary or proc tabulate?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 15:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Sort-Summary-Table-by-Analysis-Variable/m-p/379058#M91197</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T15:00:35Z</dc:date>
    </item>
  </channel>
</rss>

