<?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 glm class variables descending in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169651#M43880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC GLM has option of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REF=FIRST | LAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which you can set as global option for the whole class list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason Xin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 15:54:24 GMT</pubDate>
    <dc:creator>JasonXin</dc:creator>
    <dc:date>2014-07-08T15:54:24Z</dc:date>
    <item>
      <title>proc glm class variables descending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169649#M43878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In proc glm, how to control all the class variables descending at the same time? &lt;/P&gt;&lt;P&gt;x1, x2, x3 class variables with grouping values as 1,2,3 , using the code below, I only had x1 in descending, not x2. x3 in the output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SORT DATA = abc; &lt;/P&gt;&lt;P&gt;BY DESCENDING x1 DESCENDING x2 DESCENDING x3;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;RUN; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PROC GLM DATA = abc&amp;nbsp; ORDER = DATA ; &lt;/P&gt;&lt;P&gt;CLASS x1 x2 x3 ; &lt;/P&gt;&lt;P&gt;MODEL&amp;nbsp; y = x1 x2 x3&amp;nbsp;&amp;nbsp; /solution ss3&amp;nbsp; ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 23:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169649#M43878</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2014-07-07T23:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc glm class variables descending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169650#M43879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this would work but usually in a class statement you should specify the parameterization, param='ref' and there's an option for descending. But I also have vague recollections of GLM being different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At any rate, I'd be looking at options within GLM or GLMSELECT rather than via the SORT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_glmselect_sect007.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_glmselect_sect007.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 00:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169650#M43879</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-07-08T00:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc glm class variables descending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169651#M43880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC GLM has option of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REF=FIRST | LAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which you can set as global option for the whole class list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason Xin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 15:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-glm-class-variables-descending/m-p/169651#M43880</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2014-07-08T15:54:24Z</dc:date>
    </item>
  </channel>
</rss>

