<?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 Import dates variable from CSV in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292498#M60724</link>
    <description>&lt;P&gt;Hello, I am trying to import from a csv file and the source format of a date variable is:&amp;nbsp;1994 04 11 00:00:00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is piece of the&amp;nbsp;program I am using. It was working fine before there was change in the system default for the format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input&lt;BR /&gt;ID :10.&lt;BR /&gt;Date : DATE12. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2016 21:54:30 GMT</pubDate>
    <dc:creator>ChristyN</dc:creator>
    <dc:date>2016-08-18T21:54:30Z</dc:date>
    <item>
      <title>Import dates variable from CSV</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292498#M60724</link>
      <description>&lt;P&gt;Hello, I am trying to import from a csv file and the source format of a date variable is:&amp;nbsp;1994 04 11 00:00:00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is piece of the&amp;nbsp;program I am using. It was working fine before there was change in the system default for the format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input&lt;BR /&gt;ID :10.&lt;BR /&gt;Date : DATE12. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 21:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292498#M60724</guid>
      <dc:creator>ChristyN</dc:creator>
      <dc:date>2016-08-18T21:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import dates variable from CSV</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292506#M60728</link>
      <description>&lt;P&gt;try YYMMDD10. for an informat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or to minimize future issues use an informat statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;informat date anydtdte32. ;&lt;/P&gt;
&lt;P&gt;and don't have the format on the input.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 17:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292506#M60728</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-18T17:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Import dates variable from CSV</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292592#M60765</link>
      <description>&lt;P&gt;Perfect! Thanks so much...You are my SAS Idol &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 21:53:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-dates-variable-from-CSV/m-p/292592#M60765</guid>
      <dc:creator>ChristyN</dc:creator>
      <dc:date>2016-08-18T21:53:53Z</dc:date>
    </item>
  </channel>
</rss>

