<?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 to TXT file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577626#M163689</link>
    <description>&lt;P&gt;Your first example program puts tab characters between the fields. Your second one spaces. Tab and space characters are not normally visible in any editor of your choice. If you examine the output displayed in hexadecimal format though you will see the difference.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 07:23:20 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2019-07-30T07:23:20Z</dc:date>
    <item>
      <title>Export to TXT file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577615#M163681</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;What is difference between the two codes:&lt;/P&gt;
&lt;P&gt;I see that both creates txt file.what is the difference?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC EXPORT DATA=sashelp.cars
OUTFILE="/usr/local/SAS/SASUsers/LabRet/UserDir/udclk79/TYOTA/Ex1.txt"
DBMS=TAB REPLACE;
PUTNAMES=YES;
RUN;


proc export data=sashelp.cars
outfile = "/usr/local/SAS/SASUsers/LabRet/UserDir/udclk79/TYOTA/Ex2.txt"
dbms = dlm replace;
delimiter = ' ';
PUTNAMES=YES;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jul 2019 06:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577615#M163681</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-07-30T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export to TXT file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577625#M163688</link>
      <description>&lt;P&gt;Absolutely Maxim 4.&lt;/P&gt;
&lt;P&gt;And the difference is apparent by the difference in the dbms= option.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577625#M163688</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-30T07:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export to TXT file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577626#M163689</link>
      <description>&lt;P&gt;Your first example program puts tab characters between the fields. Your second one spaces. Tab and space characters are not normally visible in any editor of your choice. If you examine the output displayed in hexadecimal format though you will see the difference.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-TXT-file/m-p/577626#M163689</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-30T07:23:20Z</dc:date>
    </item>
  </channel>
</rss>

