<?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 Graphic question--change order in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question-change-order/m-p/17617#M3379</link>
    <description>Dear,&lt;BR /&gt;
&lt;BR /&gt;
I make a graphic like this, &lt;BR /&gt;
&lt;A href="http://adolphus.pixnet.net/album/photo/104578388#pictop" target="_blank"&gt;http://adolphus.pixnet.net/album/photo/104578388#pictop&lt;/A&gt;&lt;BR /&gt;
but this is not what I want, I want to change the item order.&lt;BR /&gt;
I want the item order like this:&lt;BR /&gt;
JPXF--60, JPXF--30, JPXF-0, JPXF-30, JPXF-60..................&lt;BR /&gt;
I try many method, but I can overcome this problem.&lt;BR /&gt;
Can someone help me solve this problem? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Adolphus&lt;BR /&gt;
&lt;BR /&gt;
PS:Here is my core:&lt;BR /&gt;
&lt;BR /&gt;
dm'clear log';dm'clear output';&lt;BR /&gt;
data tmp1;&lt;BR /&gt;
set sprint.sprintraw1;&lt;BR /&gt;
&lt;BR /&gt;
goptions goutmode=replace cback=white&lt;BR /&gt;
         cpattern=white&lt;BR /&gt;
		 csymbol=none&lt;BR /&gt;
         reset=global border&lt;BR /&gt;
         ftext=swiss&lt;BR /&gt;
         ftitle=swissb htitle=5 htext=1;&lt;BR /&gt;
&lt;BR /&gt;
axis2 order=(60 to 120 by 5);&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=tmp1;&lt;BR /&gt;
hbar index2 / type=mean&lt;BR /&gt;
sumvar=obs&lt;BR /&gt;
errorbar=both&lt;BR /&gt;
raxis=axis2&lt;BR /&gt;
coutline=black&lt;BR /&gt;
noframe&lt;BR /&gt;
;&lt;BR /&gt;
run;</description>
    <pubDate>Mon, 13 Apr 2009 03:29:44 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-13T03:29:44Z</dc:date>
    <item>
      <title>Graphic question--change order</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question-change-order/m-p/17617#M3379</link>
      <description>Dear,&lt;BR /&gt;
&lt;BR /&gt;
I make a graphic like this, &lt;BR /&gt;
&lt;A href="http://adolphus.pixnet.net/album/photo/104578388#pictop" target="_blank"&gt;http://adolphus.pixnet.net/album/photo/104578388#pictop&lt;/A&gt;&lt;BR /&gt;
but this is not what I want, I want to change the item order.&lt;BR /&gt;
I want the item order like this:&lt;BR /&gt;
JPXF--60, JPXF--30, JPXF-0, JPXF-30, JPXF-60..................&lt;BR /&gt;
I try many method, but I can overcome this problem.&lt;BR /&gt;
Can someone help me solve this problem? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Adolphus&lt;BR /&gt;
&lt;BR /&gt;
PS:Here is my core:&lt;BR /&gt;
&lt;BR /&gt;
dm'clear log';dm'clear output';&lt;BR /&gt;
data tmp1;&lt;BR /&gt;
set sprint.sprintraw1;&lt;BR /&gt;
&lt;BR /&gt;
goptions goutmode=replace cback=white&lt;BR /&gt;
         cpattern=white&lt;BR /&gt;
		 csymbol=none&lt;BR /&gt;
         reset=global border&lt;BR /&gt;
         ftext=swiss&lt;BR /&gt;
         ftitle=swissb htitle=5 htext=1;&lt;BR /&gt;
&lt;BR /&gt;
axis2 order=(60 to 120 by 5);&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=tmp1;&lt;BR /&gt;
hbar index2 / type=mean&lt;BR /&gt;
sumvar=obs&lt;BR /&gt;
errorbar=both&lt;BR /&gt;
raxis=axis2&lt;BR /&gt;
coutline=black&lt;BR /&gt;
noframe&lt;BR /&gt;
;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 13 Apr 2009 03:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-question-change-order/m-p/17617#M3379</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-13T03:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic question--change order</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question-change-order/m-p/17618#M3380</link>
      <description>You will need to investigate either using a SAS format or by listing explicit value order, as desired.  Here is a SAS technical paper from the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website on the topic.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Achieving Graphical Excellence With SAS/GRAPHÒ Software&lt;BR /&gt;
Archer R. Gravely, UNC Asheville, Asheville, NC&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi24/Infovis/p169-24.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi24/Infovis/p169-24.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 13 Apr 2009 13:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-question-change-order/m-p/17618#M3380</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-13T13:34:33Z</dc:date>
    </item>
  </channel>
</rss>

