<?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: How to Export Data with values surrounded by double Quotes in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16979#M3175</link>
    <description>Hi Anonymous,&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for your reply. It really worked for me..</description>
    <pubDate>Mon, 13 Apr 2009 09:22:52 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-13T09:22:52Z</dc:date>
    <item>
      <title>How to Export Data with values surrounded by double Quotes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16977#M3173</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Can anyone please let me know how to export data into .txt file with data values surrounded by double quotes (both numeric &amp;amp; char).&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Thu, 09 Apr 2009 14:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16977#M3173</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-09T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export Data with values surrounded by double Quotes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16978#M3174</link>
      <description>[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
   file log dsd dlm='09'x;&lt;BR /&gt;
   set sashelp.class;&lt;BR /&gt;
   put (_all_)(~);&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 09 Apr 2009 15:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16978#M3174</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-04-09T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export Data with values surrounded by double Quotes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16979#M3175</link>
      <description>Hi Anonymous,&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for your reply. It really worked for me..</description>
      <pubDate>Mon, 13 Apr 2009 09:22:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Export-Data-with-values-surrounded-by-double-Quotes/m-p/16979#M3175</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-13T09:22:52Z</dc:date>
    </item>
  </channel>
</rss>

