<?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: SAS data set to an ASCII file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92435#M26312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much that did what I needed.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2012 18:42:29 GMT</pubDate>
    <dc:creator>jerry898969</dc:creator>
    <dc:date>2012-04-23T18:42:29Z</dc:date>
    <item>
      <title>SAS data set to an ASCII file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92433#M26310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to convert as sas data file (.sas7bdat) to an ascii file?&amp;nbsp; We have data and a user is unable to use sas and needs the data in an ascii format. &lt;/P&gt;&lt;P&gt;I've never had to do this before and i'm unsure of where to start.&amp;nbsp; Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 18:15:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92433#M26310</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2012-04-23T18:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS data set to an ASCII file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92434#M26311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you just have one file to convert, menu-driven would be the simplest. just double click the SAS table to open it up, then go to file -&amp;gt; export data , and follow through the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want it automated done (probably with macros to deal with multiple files or reoccurring scenarios ) , then here is an example copied from Help doc to start with:&lt;/P&gt;&lt;P&gt;proc export data=sashelp.class&lt;/P&gt;&lt;P&gt;&amp;nbsp; outfile='c:\myfiles\class'&lt;/P&gt;&lt;P&gt;&amp;nbsp; dbms=dlm;&lt;/P&gt;&lt;P&gt;&amp;nbsp; delimiter='&amp;amp;';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can choose whatever delimiter, if you don't, the default is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 18:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92434#M26311</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-04-23T18:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS data set to an ASCII file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92435#M26312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much that did what I needed.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 18:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-data-set-to-an-ASCII-file/m-p/92435#M26312</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2012-04-23T18:42:29Z</dc:date>
    </item>
  </channel>
</rss>

