<?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: Need Help Reading Column into Date Format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447903#M112599</link>
    <description>&lt;P&gt;Awesome! Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 19:35:01 GMT</pubDate>
    <dc:creator>danielhanbitlee</dc:creator>
    <dc:date>2018-03-22T19:35:01Z</dc:date>
    <item>
      <title>Need Help Reading Column into Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447685#M112512</link>
      <description>&lt;P&gt;Can someone help me read the&amp;nbsp;DATE variable as a DATE7. format? I failed so I am just reading it as character format. The code is below. I am using SAS University Edition. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data sasuser.amounts;
   input Name $1-12 EmpID 14-18 Date $20-26 Amt 28-29;
datalines;
ANKERTON, L. 11123 08OCT16 92
ANKERTON, L. 11123 15OCT16 43
DAVIS, R.    22298 04OCT16 16
MASTERS, T.  33351 13OCT16 18
MASTERS, T.  33351         27
THOMAS, A.         21OCT16 15
WOLMER, B.   44483
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 06:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447685#M112512</guid>
      <dc:creator>danielhanbitlee</dc:creator>
      <dc:date>2018-03-22T06:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Reading Column into Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447687#M112513</link>
      <description>&lt;P&gt;Assuming that the date always appears in columns 20-26:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input .....&amp;nbsp; &amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/162406"&gt;@20&lt;/a&gt; date date7.&amp;nbsp; ...........;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would probably want to add a FORMAT statement to print DATE in the format of your choice when displaying the data.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 07:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447687#M112513</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-03-22T07:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Reading Column into Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447903#M112599</link>
      <description>&lt;P&gt;Awesome! Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 19:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-Help-Reading-Column-into-Date-Format/m-p/447903#M112599</guid>
      <dc:creator>danielhanbitlee</dc:creator>
      <dc:date>2018-03-22T19:35:01Z</dc:date>
    </item>
  </channel>
</rss>

