<?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 not working on UNIX because of terminal option in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78958#M22765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CSV files are trivial to write without PROC EXPORT.&lt;/P&gt;&lt;P&gt;If you don't need column headers this trivial data step will do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file 'want.csv' dsd lrecl=300000 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put (_all_) (:) ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 15:26:20 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2013-09-11T15:26:20Z</dc:date>
    <item>
      <title>PROC Export not working on UNIX because of terminal option</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78957#M22764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to export a SAS dataset in CSV format in UNIX. It hangs because the session doesn't have the -noterminal option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More infomation on the issue that I have :&lt;/P&gt;&lt;P&gt;&lt;A href="http://pages.stern.nyu.edu/~adesouza/sasfinphd/index/node15.html"&gt;http://pages.stern.nyu.edu/~adesouza/sasfinphd/index/node15.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have access to how my program is launched, so I can't simply add the -noterminal option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I could circumvent the problem within my code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78957#M22764</guid>
      <dc:creator>Kaladhan</dc:creator>
      <dc:date>2013-09-11T15:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Export not working on UNIX because of terminal option</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78958#M22765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CSV files are trivial to write without PROC EXPORT.&lt;/P&gt;&lt;P&gt;If you don't need column headers this trivial data step will do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file 'want.csv' dsd lrecl=300000 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put (_all_) (:) ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78958#M22765</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-09-11T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Export not working on UNIX because of terminal option</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78959#M22766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't think of making my own csv file. It makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 18:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Export-not-working-on-UNIX-because-of-terminal-option/m-p/78959#M22766</guid>
      <dc:creator>Kaladhan</dc:creator>
      <dc:date>2013-09-11T18:18:43Z</dc:date>
    </item>
  </channel>
</rss>

