<?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: Creating CSV file, issues with proc export in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181027#M46113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was your export code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 23:08:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-12-23T23:08:03Z</dc:date>
    <item>
      <title>Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181026#M46112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a CSV pipe delimited file, including header rows, with no spaces for missing fields, from a SAS dataset.&lt;/P&gt;&lt;P&gt;I used proc export and almost everything in the CSV file was correct except for a few records.&amp;nbsp; The original data has a few records where the text term has quotation marks.&amp;nbsp; Example:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Study&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Record&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Visitname&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Page&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Term&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;US&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;00123B6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Baseline&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;MEDICAL PROBLEM STOMACH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;US&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;00123B7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Visit 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;MEDICAL PROBLEM "HEAD"&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the CSV file is getting incorrectly output to look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Study|Country|Record|Visitname|Page|Term&lt;/P&gt;&lt;P&gt;001|USA|00123B6|Baseline||MEDICAL PROBLEM STOMACH&lt;/P&gt;&lt;P&gt;001|USA|00123B7|Visit 1||"MEDICAL PROBLEM ""HEAD"""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where everything is correct except for the additional quotes surrounding the term field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way that proc export can output the data to look like this? --As it is originally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Study|Country|Record|Visitname|Page|Term&lt;/P&gt;&lt;P&gt;001|USA|00123B6|Baseline||MEDICAL PROBLEM STOMACH&lt;/P&gt;&lt;P&gt;001|USA|00123B7|Visit 1||MEDICAL PROBLEM "HEAD"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried using both ods as well as a file csv statement with specifying a delimiter but have not found the right comination of statements.&amp;nbsp; In these cases, the header row did not output and an additional space was added for missing fields (this was the file csv where I used a data _null_ and put(all) statement ) or the delimiter didn't work properly and every field was put in quotations (used an options (delimiter= '|') in the ods statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 23:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181026#M46112</guid>
      <dc:creator>Arbpg</dc:creator>
      <dc:date>2013-12-23T23:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181027#M46113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was your export code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 23:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181027#M46113</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-12-23T23:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181028#M46114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're not creating a CSV file, because CSV stands for Comma Separated Value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the menu to do a proc export to DELIMITED TXT file and click options to specify your delimiter, which is the | symbol.&amp;nbsp; You'll get the Data _NULL_ statements in the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy those statements,remove the DSD option from the file statement and re-run the code to get what you want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or write the code from scratch does work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 23:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181028#M46114</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-12-23T23:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181029#M46115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is putting the quotes around the values that contain quotes to prevent confusion. SAS will read that string and automatically remove the extra quoting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try outputting without the DSD option. That will remove the quoting, but it will also cause missing values to display differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data have ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; length Study 8 Country Record Visitname $8 Page 8 Term $30 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; infile cards dsd dlm='|';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; input Study -- Term;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; file log dsd dlm='|' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put (study -- term) (:);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;cards;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;001|USA|00123B6|Baseline||MEDICAL PROBLEM STOMACH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;001|USA|00123B7|Visit 1||"MEDICAL PROBLEM ""HEAD"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With DSD option the missing values are represented as adjacent delimiters and strings with quotes or embedded delimiters are quoted.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1|USA|00123B6|Baseline||MEDICAL PROBLEM STOMACH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1|USA|00123B7|Visit 1||"MEDICAL PROBLEM ""HEAD"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without DSD option the missing values are printed and quoting of problematic strings is not done.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1|USA|00123B6|Baseline|.|MEDICAL PROBLEM STOMACH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1|USA|00123B7|Visit 1|.|MEDICAL PROBLEM "HEAD"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 03:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181029#M46115</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-24T03:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181030#M46116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My original code was:&lt;/P&gt;&lt;P&gt;proc export data=medical;&lt;/P&gt;&lt;P&gt;outfile="location\output\Medical_Problems.csv";&lt;/P&gt;&lt;P&gt;dbms=dlm replace;&lt;/P&gt;&lt;P&gt;delimiter = '|';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 19:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181030#M46116</guid>
      <dc:creator>Arbpg</dc:creator>
      <dc:date>2013-12-25T19:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181031#M46117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've gotten close with this code:&lt;/P&gt;&lt;P&gt;filename csv "location\output\Medical_problems.csv"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;set medical;&amp;nbsp; * from a previous data step, where I have thousands of records;&lt;/P&gt;&lt;P&gt;file csv dlm = ' |';&lt;/P&gt;&lt;P&gt;put (_all_) (:);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;except that the column header row is not output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 20:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181031#M46117</guid>
      <dc:creator>Arbpg</dc:creator>
      <dc:date>2013-12-25T20:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181032#M46118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get around that by grabbing the variable names using proc sql.&amp;nbsp; e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data medical;&lt;/P&gt;&lt;P&gt;&amp;nbsp; length Study 8 Country Record Visitname $8 Page 8 Term $30 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile cards dsd dlm='|';&lt;/P&gt;&lt;P&gt;&amp;nbsp; input Study Country Record Visitname Page Term;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file log dsd dlm='|' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put (study -- term) (:);&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;001|USA|00123B6|Baseline||MEDICAL PROBLEM STOMACH&lt;/P&gt;&lt;P&gt;001|USA|00123B7|Visit 1||MEDICAL PROBLEM "HEAD"&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; into :names separated by "|"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dictionary.columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where libname="WORK" and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memname="MEDICAL"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;filename csv "location\output\Medical_problems.csv"&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set medical;&amp;nbsp; * from a previous data step, where I have thousands of records;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file csv dlm = '|';&lt;/P&gt;&lt;P&gt;&amp;nbsp; if _n_ eq 1 then put "&amp;amp;names.";&lt;/P&gt;&lt;P&gt;&amp;nbsp; put (_all_) (:);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 21:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181032#M46118</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-12-25T21:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181033#M46119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One easy way to get the header line is to let PROC EXPORT do it for you.&lt;/P&gt;&lt;P&gt;proc export data=medical (obs=0);&lt;/P&gt;&lt;P&gt;outfile='location\output\Medical_Problems.csv';&lt;/P&gt;&lt;P&gt;dbms=dlm replace;&lt;/P&gt;&lt;P&gt;delimiter = '|';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the MOD option on the FILE statement in the step that generates the actual data lines.&lt;/P&gt;&lt;P&gt;file 'location\output\Medical_Problems.csv' mod dlm='|' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not sure why the extra quotes are a problem.&amp;nbsp; If the target system does not automatically remove them then you can use the equivalent of the SAS dequote() to remove them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you are outputting without the DSD option then you need to watch out for values with | in them.&amp;nbsp; If that value is not quoted then the target file will not be interpretable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 06:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181033#M46119</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-26T06:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181034#M46120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to Wikipedia strings with double quote characters should be quoted, just as in your example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Comma-separated_values#Basic_rules" style="font-size: 10pt; line-height: 1.5em;" title="http://en.wikipedia.org/wiki/Comma-separated_values#Basic_rules"&gt;Comma-separated values - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;They cite &lt;A href="http://tools.ietf.org/html/rfc4180" title="http://tools.ietf.org/html/rfc4180"&gt;http://tools.ietf.org/html/rfc4180&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 07:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181034#M46120</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-26T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CSV file, issues with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181035#M46121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay in replying.&amp;nbsp; I hadn't been able to get back to working on this until today.&amp;nbsp; Using the sql code worked great to get the variable names, in conjuction with the data _null_ step, and the quotes came out as needed (only if originally in the data).&lt;/P&gt;&lt;P&gt;Thank you everyone for your help and input.&amp;nbsp; I truly appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-CSV-file-issues-with-proc-export/m-p/181035#M46121</guid>
      <dc:creator>Arbpg</dc:creator>
      <dc:date>2013-12-30T20:53:19Z</dc:date>
    </item>
  </channel>
</rss>

