<?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: partial date export from SAS to csv in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646408#M24071</link>
    <description>&lt;P&gt;Show us the data and the export code; only then will we be able to recreate your issue.&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 17:04:05 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-05-09T17:04:05Z</dc:date>
    <item>
      <title>partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645805#M24042</link>
      <description>&lt;P&gt;I want to export the sas data to csv, but I met some issue for partial date with ---. when I open csv with excel, the #NAME? error will show. How to show the format left to CSV file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CSV.PNG" style="width: 251px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39153i7E31F9D7FE801F09/image-size/large?v=v2&amp;amp;px=999" role="button" title="CSV.PNG" alt="CSV.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 08:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645805#M24042</guid>
      <dc:creator>Xinqiao</dc:creator>
      <dc:date>2020-05-07T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645808#M24043</link>
      <description>&lt;P&gt;Welcome to the SAS communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your dataset and the code you used to export the dataset, so we can recreate your issue.&lt;/P&gt;
&lt;P&gt;Post your dataset as a self-contained data step with datalines, so we do not need to make guesses about variable types and other attributes.&lt;/P&gt;
&lt;P&gt;Post your code using the "little running man" button (8th icon right above the main posting window).&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 09:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645808#M24043</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-07T09:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645815#M24044</link>
      <description>&lt;P&gt;And what happens if you open the csv-file with a text editor like notepad++? Excel does strange things when reading files.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 10:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645815#M24044</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-05-07T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645884#M24045</link>
      <description>&lt;P&gt;And to examine the CSV as such with a text editor you cannot SAVE the file from Excel. That will change the values of cells.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 14:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/645884#M24045</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-07T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646344#M24063</link>
      <description>&lt;P&gt;It is normal when I open it with notepad++, so its the excel issue, we can't see a partial data as ---20 in excel if the date=---2020?&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 06:52:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646344#M24063</guid>
      <dc:creator>Xinqiao</dc:creator>
      <dc:date>2020-05-09T06:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646352#M24064</link>
      <description>&lt;P&gt;If I want to fix the error, I try to add&amp;nbsp;a TAP before the partial date, and the date ---2020 will show as ---2020 in excel, but it is different with other complete date, the complete date 01-JAN-2020 will show as 01-JAN-20.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 07:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646352#M24064</guid>
      <dc:creator>Xinqiao</dc:creator>
      <dc:date>2020-05-09T07:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646353#M24065</link>
      <description>Sorry, the TAP should be TAB</description>
      <pubDate>Sat, 09 May 2020 07:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646353#M24065</guid>
      <dc:creator>Xinqiao</dc:creator>
      <dc:date>2020-05-09T07:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: partial date export from SAS to csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646408#M24071</link>
      <description>&lt;P&gt;Show us the data and the export code; only then will we be able to recreate your issue.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 17:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/partial-date-export-from-SAS-to-csv/m-p/646408#M24071</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-09T17:04:05Z</dc:date>
    </item>
  </channel>
</rss>

