<?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: Export help in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20776#M3427</link>
    <description>A lean PROC PRINT may work, such as:&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS NODATE NONUMBER NOCENTER LS=MAX PS=MAX;&lt;BR /&gt;
TITLE1; TITLE2;&lt;BR /&gt;
PROC PRINT U NOOBS...;&lt;BR /&gt;
  VAR &lt;YOUR_VARIABLE_LIST&gt;;&lt;BR /&gt;
RUN;&lt;/YOUR_VARIABLE_LIST&gt;</description>
    <pubDate>Mon, 23 Nov 2009 17:39:09 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-11-23T17:39:09Z</dc:date>
    <item>
      <title>Export help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20774#M3425</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm running Enterprise Guide 4.1 and need help with an export function...&lt;BR /&gt;
I have a table with 14 columns that I need to export to a fixed width text file padded with spaces (not comma delimited).&lt;BR /&gt;
&lt;BR /&gt;
How do you I specify my column width? This does obviously not work with the export wizard.</description>
      <pubDate>Mon, 23 Nov 2009 13:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20774#M3425</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-23T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20775#M3426</link>
      <description>I think you'd have to write code to do this -- I can't think of a feature to export a fixed-width file. You could use the DATA step as follows (simple example):&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  set sashelp.class;&lt;BR /&gt;
  file "C:\test.txt";&lt;BR /&gt;
  put @1 height @10 name;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 23 Nov 2009 16:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20775#M3426</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2009-11-23T16:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20776#M3427</link>
      <description>A lean PROC PRINT may work, such as:&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS NODATE NONUMBER NOCENTER LS=MAX PS=MAX;&lt;BR /&gt;
TITLE1; TITLE2;&lt;BR /&gt;
PROC PRINT U NOOBS...;&lt;BR /&gt;
  VAR &lt;YOUR_VARIABLE_LIST&gt;;&lt;BR /&gt;
RUN;&lt;/YOUR_VARIABLE_LIST&gt;</description>
      <pubDate>Mon, 23 Nov 2009 17:39:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-help/m-p/20776#M3427</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-23T17:39:09Z</dc:date>
    </item>
  </channel>
</rss>

