<?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: putnames in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27018#M4854</link>
    <description>dbms option should be dlm for delimited and delimiter='09'x I think. &lt;BR /&gt;
&lt;BR /&gt;
proc export data=sashelp.class outfile='c:\temp\test.txt' &lt;B&gt;dbms=dlm&lt;/B&gt; replace;&lt;BR /&gt;
&lt;B&gt;delimiter='09'x;&lt;/B&gt;&lt;BR /&gt;
putnames = no;&lt;BR /&gt;
run;</description>
    <pubDate>Tue, 02 Nov 2010 22:02:34 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2010-11-02T22:02:34Z</dc:date>
    <item>
      <title>putnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27017#M4853</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to export a data table to txt file WITHOUT the column headers. I feel like I am doing this correctly but I keep getting the statement is not valid or used out of order error. What am I doing wrong?&lt;BR /&gt;
&lt;BR /&gt;
PROC EXPORT DATA= WORK.Final&lt;BR /&gt;
 &lt;BR /&gt;
            OUTFILE= "C:\Documents and Settings\dubauaw\Desktop\r1.txt" &lt;BR /&gt;
            DBMS=TAB REPLACE;&lt;BR /&gt;
	 putnames = no;&lt;BR /&gt;
RUN;</description>
      <pubDate>Tue, 02 Nov 2010 18:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27017#M4853</guid>
      <dc:creator>Aar684</dc:creator>
      <dc:date>2010-11-02T18:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: putnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27018#M4854</link>
      <description>dbms option should be dlm for delimited and delimiter='09'x I think. &lt;BR /&gt;
&lt;BR /&gt;
proc export data=sashelp.class outfile='c:\temp\test.txt' &lt;B&gt;dbms=dlm&lt;/B&gt; replace;&lt;BR /&gt;
&lt;B&gt;delimiter='09'x;&lt;/B&gt;&lt;BR /&gt;
putnames = no;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 02 Nov 2010 22:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27018#M4854</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2010-11-02T22:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: putnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27019#M4855</link>
      <description>I found PUTNAMES documented with SAS 9.2 -- I too received the same error when using it with SAS 9.1.3.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 02 Nov 2010 22:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putnames/m-p/27019#M4855</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-11-02T22:24:28Z</dc:date>
    </item>
  </channel>
</rss>

