<?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 transpose stopping auto sorting of var names in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36811#M7237</link>
    <description>Hi.&lt;BR /&gt;
Without view all of your code, It is hard to say something.&lt;BR /&gt;
But I guess you can make an index variable to get the order you need.&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Fri, 19 Nov 2010 02:57:29 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2010-11-19T02:57:29Z</dc:date>
    <item>
      <title>proc transpose stopping auto sorting of var names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36809#M7235</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
This is what I want my table to end up looking like after a proc transpose.&lt;BR /&gt;
&lt;BR /&gt;
Measure    Mar 10    Aug 10&lt;BR /&gt;
Month       10           11&lt;BR /&gt;
Annual      12            13&lt;BR /&gt;
&lt;BR /&gt;
but thanks to the way the proc transpose had been used it ends up like:&lt;BR /&gt;
&lt;BR /&gt;
Measure    Aug 10    Mar 10&lt;BR /&gt;
Annual      13            12&lt;BR /&gt;
Month       11            10&lt;BR /&gt;
&lt;BR /&gt;
It sorts the variable names as well as the measures in alphabetic order :(.&lt;BR /&gt;
&lt;BR /&gt;
Any thoughts?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sachin</description>
      <pubDate>Fri, 19 Nov 2010 01:11:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36809#M7235</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2010-11-19T01:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc transpose stopping auto sorting of var names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36810#M7236</link>
      <description>PROC TRANSPOSE will operate on your data as it is read up.  Suggest using PROC SORT to put the data in the desired order before calling PROC TRANSPOSE.  Suggest checking the DOC and also the SAS support website for technical references.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
proc transpose data order column site:sas.com</description>
      <pubDate>Fri, 19 Nov 2010 01:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36810#M7236</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-11-19T01:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc transpose stopping auto sorting of var names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36811#M7237</link>
      <description>Hi.&lt;BR /&gt;
Without view all of your code, It is hard to say something.&lt;BR /&gt;
But I guess you can make an index variable to get the order you need.&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Fri, 19 Nov 2010 02:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-transpose-stopping-auto-sorting-of-var-names/m-p/36811#M7237</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-11-19T02:57:29Z</dc:date>
    </item>
  </channel>
</rss>

