<?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 tabulate class by  ascending order in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782988#M31958</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=R.THEOFFSITEWORK order=freq;
class CDPRMASS *THEFACILITY;
tables THEFACILITY *CDPRMASS/rts=25.row=float;
keylabel n=' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;I would try this, but not 100% sure what you want is actually possible.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 20:19:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-11-29T20:19:55Z</dc:date>
    <item>
      <title>proc tabulate class by  ascending order</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782981#M31954</link>
      <description>&lt;P&gt;proc tabulate data=R.THEOFFSITEWORK order=data;&lt;BR /&gt;class CDPRMASS *THEFACILITY/ASCENDING;&lt;BR /&gt;tables THEFACILITY *CDPRMASS/rts=25.row=float;&lt;BR /&gt;keylabel n=' ';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need "THEFACILITY" data to output in ascending order ?? its not working...it should be New Hanover then Orange, then Wake?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="msrenee1984_0-1638214642570.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66214iD8824C6C15FCC100/image-size/medium?v=v2&amp;amp;px=400" role="button" title="msrenee1984_0-1638214642570.png" alt="msrenee1984_0-1638214642570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 19:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782981#M31954</guid>
      <dc:creator>msrenee1984</dc:creator>
      <dc:date>2021-11-29T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate class by  ascending order</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782985#M31955</link>
      <description>Are you referring to order of the data in the cells? Order controls it by the CLASS variable, not the summarized data, eg. name of the facility in alphabetical ascending/descending. &lt;BR /&gt;&lt;BR /&gt;If you specify order=FREQ then it will sort by frequency which is what I think you want.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 20:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782985#M31955</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-11-29T20:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate class by  ascending order</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782987#M31957</link>
      <description>&lt;P&gt;Correct, I just want the facility names to be in order not too concerned with the actual data within each cell. My output has about 70 facility names (new hanover, orange, wake, johnson etc.. and the requester said she needs them in order.&amp;nbsp; So should I put the order statement in place of the ascending command? ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 20:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782987#M31957</guid>
      <dc:creator>msrenee1984</dc:creator>
      <dc:date>2021-11-29T20:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate class by  ascending order</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782988#M31958</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=R.THEOFFSITEWORK order=freq;
class CDPRMASS *THEFACILITY;
tables THEFACILITY *CDPRMASS/rts=25.row=float;
keylabel n=' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;I would try this, but not 100% sure what you want is actually possible.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 20:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782988#M31958</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-11-29T20:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate class by  ascending order</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782990#M31960</link>
      <description>&lt;P&gt;So far no luck but thank you very much for assisting.&amp;nbsp; I' think you're right maybe its not possible...I figured ascending would do the trick.&amp;nbsp; I'll have to sort each manually in excel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 20:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782990#M31960</guid>
      <dc:creator>msrenee1984</dc:creator>
      <dc:date>2021-11-29T20:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate class by  ascending order</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782993#M31961</link>
      <description>&lt;P&gt;Solved: I removed&amp;nbsp; "rts=25.row=float", every facility is in alphabetical order now.&amp;nbsp; Whew!!&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 20:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-tabulate-class-by-ascending-order/m-p/782993#M31961</guid>
      <dc:creator>msrenee1984</dc:creator>
      <dc:date>2021-11-29T20:40:14Z</dc:date>
    </item>
  </channel>
</rss>

