<?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 needs in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/623#M153</link>
    <description>Just to add to Peter's comments, you would want a dsd statement to make it comma delimited&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Data _null_;&lt;BR /&gt;
file &amp;amp;outfile. DSD DLM = ',';&lt;BR /&gt;
Set your.dataset;&lt;BR /&gt;
put (_all_)(:);&lt;BR /&gt;
run;</description>
    <pubDate>Wed, 08 Apr 2009 18:08:29 GMT</pubDate>
    <dc:creator>Chiefsfan4ever</dc:creator>
    <dc:date>2009-04-08T18:08:29Z</dc:date>
    <item>
      <title>proc export needs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/621#M151</link>
      <description>proc export needs a nonames option/statement to allow user to suppress printing of SAS dataset column names on an output file.&lt;BR /&gt;
&lt;BR /&gt;
For example:&lt;BR /&gt;
&lt;BR /&gt;
proc export data=mysasdata&lt;BR /&gt;
  outfile="c:\mydata.csv"&lt;BR /&gt;
  dbms=csv&lt;BR /&gt;
  replace&lt;BR /&gt;
  ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Presently, there is no option or statement that will allow the user to suppress printing of the SAS data set column names as the first record of the output file.</description>
      <pubDate>Thu, 11 May 2006 18:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/621#M151</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-11T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc export needs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/622#M152</link>
      <description>&amp;gt; proc export needs a nonames option/statement to allow&lt;BR /&gt;
&amp;gt; user to suppress printing of SAS dataset column names&lt;BR /&gt;
&amp;gt; on an output file.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; For example:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; proc export data=mysasdata&lt;BR /&gt;
&amp;gt;   outfile="c:\mydata.csv"&lt;BR /&gt;
&amp;gt;   dbms=csv&lt;BR /&gt;
&amp;gt;   replace&lt;BR /&gt;
&amp;gt;   ;&lt;BR /&gt;
&amp;gt; run;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Presently, there is no option or statement that will&lt;BR /&gt;
&amp;gt; allow the user to suppress printing of the SAS data&lt;BR /&gt;
&amp;gt; set column names as the first record of the output&lt;BR /&gt;
&amp;gt; file.&lt;BR /&gt;
&lt;BR /&gt;
for a short (5-line) work around (while you wait and hope ? )&lt;BR /&gt;
&lt;BR /&gt;
data _null_ ;&lt;BR /&gt;
 file "output file path&amp;amp;name -quoted"  dsd lrecl= 30000 ;&lt;BR /&gt;
 set  your.dataset ;&lt;BR /&gt;
 put ( _all_ )( : ) ;&lt;BR /&gt;
run ;&lt;BR /&gt;
&lt;BR /&gt;
it seems short enough not to need wrappng in a macro !&lt;BR /&gt;
&lt;BR /&gt;
Good Luck&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 16 May 2006 14:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/622#M152</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-16T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc export needs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/623#M153</link>
      <description>Just to add to Peter's comments, you would want a dsd statement to make it comma delimited&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Data _null_;&lt;BR /&gt;
file &amp;amp;outfile. DSD DLM = ',';&lt;BR /&gt;
Set your.dataset;&lt;BR /&gt;
put (_all_)(:);&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 08 Apr 2009 18:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-export-needs/m-p/623#M153</guid>
      <dc:creator>Chiefsfan4ever</dc:creator>
      <dc:date>2009-04-08T18:08:29Z</dc:date>
    </item>
  </channel>
</rss>

