<?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 Export:  arranging output. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184525#M46934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what's wrong with Proc print using NOOBS option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 17:01:28 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-01-15T17:01:28Z</dc:date>
    <item>
      <title>Proc Export:  arranging output.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184521#M46930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I arrange/control columns when I use proc export?&amp;nbsp; &lt;/P&gt;&lt;P&gt;I'm thinking of something like a "var" statement in proc print.&amp;nbsp; &lt;/P&gt;&lt;P&gt;EG:&amp;nbsp; I have a vbl called AGE, and another called AgeGrouped;&amp;nbsp; when using export Age goes to Col B and AgeGrouped goes to Col F.&amp;nbsp; I want to have them together to give to client, for his use..&lt;/P&gt;&lt;P&gt;Similar/related question:&amp;nbsp; is there a way to arrange columns in a SAS dataset?&amp;nbsp; If I could arrange things there then proc export might do what i want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 14:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184521#M46930</guid>
      <dc:creator>pequignot</dc:creator>
      <dc:date>2015-01-15T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export:  arranging output.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184522#M46931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ordering the variables in a SAS data set requires understanding the Program Data Vector.&amp;nbsp; Read this chapter and see if that solves your problem:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000961108.htm" title="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000961108.htm"&gt;SAS(R) 9.2 Language Reference: Concepts, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184522#M46931</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2015-01-15T15:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export:  arranging output.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184523#M46932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Retain' will change the column order. The Proc Export column order from the origional dataset is: name | Emp_Id | dept&lt;/P&gt;&lt;P&gt;After altering the datset using Retain, The Proc Export column order is: name | dept | Emp_Id&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;A href="http://www.sascommunity.org/wiki/Re-ordering_variables"&gt;http://www.sascommunity.org/wiki/Re-ordering_variables&lt;/A&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; people;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; name $ Emp_Id dept $;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: #ffffc0; color: black; font-family: 'Courier New';"&gt;Timothy 225 Finance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: #ffffc0; color: black; font-family: 'Courier New';"&gt;Mark 301 Risk &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: #ffffc0; color: black; font-family: 'Courier New';"&gt;Matt 249 IT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: green; font-family: 'Courier New';"&gt;* Change column order ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;Data&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; people ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;Retain&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; name dept Emp_Id; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;Set&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; people;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;Run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184523#M46932</guid>
      <dc:creator>markjc</dc:creator>
      <dc:date>2015-01-15T15:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export:  arranging output.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184524#M46933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternaitvely, don't use proc export as you are basically letting some code guess what you want as output.&amp;nbsp; There are other options out there:&lt;/P&gt;&lt;P&gt;- tagsets.excelxp + proc report - good for most uses.&lt;/P&gt;&lt;P&gt;- datastep to csv - Excel can read an interpret, flat text file so portable, virtually everything can read it.&lt;/P&gt;&lt;P&gt;- XML - your own particular XML creation, from datastep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184524#M46933</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-01-15T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export:  arranging output.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184525#M46934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what's wrong with Proc print using NOOBS option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 17:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-arranging-output/m-p/184525#M46934</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-15T17:01:28Z</dc:date>
    </item>
  </channel>
</rss>

