<?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 data from dataset without formats? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65356#M18648</link>
    <description>Use a DATA step, at least to remove any output formats, and either use the same DATA step to generate the delimited file or use PROC EXPORT.&lt;BR /&gt;
&lt;BR /&gt;
FORMAT _ALL_ ;  /* clear all output formats */&lt;BR /&gt;
&lt;BR /&gt;
The SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website has related SAS DOC and supplemental conference and sample code - see sample link below.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Sample 24800: How to invoke PROC EXPORT to create a delimited file&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/24/800.html" target="_blank"&gt;http://support.sas.com/kb/24/800.html&lt;/A&gt;</description>
    <pubDate>Wed, 19 Aug 2009 00:42:10 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-08-19T00:42:10Z</dc:date>
    <item>
      <title>Export data from dataset without formats?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65355#M18647</link>
      <description>Howdy. I need to export data from an existing SAS dataset into a pipe delimited text file without the formatting ( I need to insert this data into a DB2 table).  How can I do this?&lt;BR /&gt;
TIA &lt;BR /&gt;
Patrick</description>
      <pubDate>Tue, 18 Aug 2009 23:36:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65355#M18647</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-18T23:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from dataset without formats?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65356#M18648</link>
      <description>Use a DATA step, at least to remove any output formats, and either use the same DATA step to generate the delimited file or use PROC EXPORT.&lt;BR /&gt;
&lt;BR /&gt;
FORMAT _ALL_ ;  /* clear all output formats */&lt;BR /&gt;
&lt;BR /&gt;
The SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website has related SAS DOC and supplemental conference and sample code - see sample link below.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Sample 24800: How to invoke PROC EXPORT to create a delimited file&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/24/800.html" target="_blank"&gt;http://support.sas.com/kb/24/800.html&lt;/A&gt;</description>
      <pubDate>Wed, 19 Aug 2009 00:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65356#M18648</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-08-19T00:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from dataset without formats?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65357#M18649</link>
      <description>Thank you!</description>
      <pubDate>Wed, 19 Aug 2009 13:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-data-from-dataset-without-formats/m-p/65357#M18649</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-19T13:01:42Z</dc:date>
    </item>
  </channel>
</rss>

