<?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 order of variables in proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/order-of-variables-in-proc-report/m-p/48431#M10011</link>
    <description>ods html file='C:\Documents and Settings\skap\Desktop\xyz.xls';&lt;BR /&gt;
proc report data=nation_first nowindows; &lt;BR /&gt;
column provider region,(nor ms ); &lt;BR /&gt;
define provider/group; &lt;BR /&gt;
define region/across; &lt;BR /&gt;
define nor/analysis sum 'Units' format=comma12.; &lt;BR /&gt;
define ms/analysis sum 'MS' format=percent8.2; &lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
In the above report "region" has following values:&lt;BR /&gt;
CENTRAL,MIDATLANTIC,EAST,ROCKYMOUNTAIN SOUTHEAST ,WEST, NATION&lt;BR /&gt;
&lt;BR /&gt;
When I create the report the variables are displayed alphabetically i.e CENTRAL,EAST...WEST.&lt;BR /&gt;
How to dispaly the variables in the order shown above?&lt;BR /&gt;
Thanks for yor help in advance.</description>
    <pubDate>Wed, 24 Jun 2009 15:01:48 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2009-06-24T15:01:48Z</dc:date>
    <item>
      <title>order of variables in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/order-of-variables-in-proc-report/m-p/48431#M10011</link>
      <description>ods html file='C:\Documents and Settings\skap\Desktop\xyz.xls';&lt;BR /&gt;
proc report data=nation_first nowindows; &lt;BR /&gt;
column provider region,(nor ms ); &lt;BR /&gt;
define provider/group; &lt;BR /&gt;
define region/across; &lt;BR /&gt;
define nor/analysis sum 'Units' format=comma12.; &lt;BR /&gt;
define ms/analysis sum 'MS' format=percent8.2; &lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
In the above report "region" has following values:&lt;BR /&gt;
CENTRAL,MIDATLANTIC,EAST,ROCKYMOUNTAIN SOUTHEAST ,WEST, NATION&lt;BR /&gt;
&lt;BR /&gt;
When I create the report the variables are displayed alphabetically i.e CENTRAL,EAST...WEST.&lt;BR /&gt;
How to dispaly the variables in the order shown above?&lt;BR /&gt;
Thanks for yor help in advance.</description>
      <pubDate>Wed, 24 Jun 2009 15:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/order-of-variables-in-proc-report/m-p/48431#M10011</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-06-24T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: order of variables in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/order-of-variables-in-proc-report/m-p/48432#M10012</link>
      <description>Explore the ORDER=INTERNAL parameter for the DEFINE statement.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument below:&lt;BR /&gt;
&lt;BR /&gt;
proc report across "order=internal" site:sas.com</description>
      <pubDate>Wed, 24 Jun 2009 15:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/order-of-variables-in-proc-report/m-p/48432#M10012</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-24T15:17:20Z</dc:date>
    </item>
  </channel>
</rss>

