<?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 freq in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-freq/m-p/76215#M16455</link>
    <description>Did you consider the ORDER=FREQ parameter on the PROC FREQ statement?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Wed, 04 Mar 2009 18:39:00 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-03-04T18:39:00Z</dc:date>
    <item>
      <title>Proc freq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-freq/m-p/76214#M16454</link>
      <description>proc freq by default displays crosstab in ascending order as shown below. Is it possible to have the crosstab display in descending order? I need to have the tabs display 5 to 1 . Thanks!&lt;BR /&gt;
 &lt;BR /&gt;
proc freq data=star ;&lt;BR /&gt;
      tables A1_1*A1_2 / nopercent nocol norow;&lt;BR /&gt;
run;.&lt;BR /&gt;
 &lt;BR /&gt;
                  &lt;BR /&gt;
                                The FREQ Procedure&lt;BR /&gt;
 &lt;BR /&gt;
                              Table of A1_1 by A1_2&lt;BR /&gt;
 &lt;BR /&gt;
              A1_1(A1_1)     A1_2(A1_2)&lt;BR /&gt;
 &lt;BR /&gt;
              Frequency       2       3       4       5       Total&lt;BR /&gt;
              ______________________________________________________&lt;BR /&gt;
                     2       13       17       0          0            30&lt;BR /&gt;
              ______________________________________________________&lt;BR /&gt;
                     3      21       190       13        0           224&lt;BR /&gt;
              _____________________________________________________&lt;BR /&gt;
                     4       6        80        54        11          151&lt;BR /&gt;
              ______________________________________________________&lt;BR /&gt;
                     5       0        52        54         122        228&lt;BR /&gt;
              ______________________________________________________&lt;BR /&gt;
              Total          40      339      121      133        633&lt;BR /&gt;
 &lt;BR /&gt;
                              Frequency Missing = 5</description>
      <pubDate>Wed, 04 Mar 2009 15:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-freq/m-p/76214#M16454</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-03-04T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc freq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-freq/m-p/76215#M16455</link>
      <description>Did you consider the ORDER=FREQ parameter on the PROC FREQ statement?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 04 Mar 2009 18:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-freq/m-p/76215#M16455</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-04T18:39:00Z</dc:date>
    </item>
  </channel>
</rss>

