<?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 - treating only one class variable as descending in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70772#M20380</link>
    <description>Things I never knew!  Many many thanks!</description>
    <pubDate>Wed, 09 Feb 2011 17:53:28 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-02-09T17:53:28Z</dc:date>
    <item>
      <title>Proc Tabulate - treating only one class variable as descending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70770#M20378</link>
      <description>I see that one can say /descending on a Class Statement in Proc Tabulate.  However, all variables in the class statement are ordered descending.  I want only one variable - the date - to be ordered descending.  Other than to trick sas with a format, is there a way?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Teresa</description>
      <pubDate>Wed, 09 Feb 2011 16:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70770#M20378</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-09T16:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate - treating only one class variable as descending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70771#M20379</link>
      <description>Use multiple class statements. You can have as many as you like:&lt;BR /&gt;
&lt;BR /&gt;
Class var1 / order=data;&lt;BR /&gt;
Class var2 / order=descending;&lt;BR /&gt;
Class var3 / order=formatted;</description>
      <pubDate>Wed, 09 Feb 2011 16:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70771#M20379</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-02-09T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate - treating only one class variable as descending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70772#M20380</link>
      <description>Things I never knew!  Many many thanks!</description>
      <pubDate>Wed, 09 Feb 2011 17:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate-treating-only-one-class-variable-as-descending/m-p/70772#M20380</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-09T17:53:28Z</dc:date>
    </item>
  </channel>
</rss>

