<?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: Date / Time Formatting Issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300580#M63491</link>
    <description>&lt;P&gt;The source of the problem is (as was indicated) reading in SUBJECT. &amp;nbsp;Your program tells SAS to start at column 1, but doesn't tell it where to finish. &amp;nbsp;As a result, SAS keeps reading until it either hits a blank or hits the end of the line,.&lt;/P&gt;</description>
    <pubDate>Sun, 25 Sep 2016 01:47:12 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2016-09-25T01:47:12Z</dc:date>
    <item>
      <title>Date / Time Formatting Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300576#M63488</link>
      <description>&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;I have issue in executing this program. &amp;nbsp;Can you please guide me on this? &amp;nbsp;Is there problem with this code?&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;P&gt;data dates;&lt;BR /&gt;input @1 subject @4 date_of_birth mmddyy8. @12 visit_date date9.;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/70859"&gt;@12&lt;/a&gt; visit_date date9.;&lt;BR /&gt;datalines;&lt;BR /&gt;0011021195011Nov2006&lt;BR /&gt;0020802196212Dec2010&lt;BR /&gt;0030125195502Jan2011&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc print;&lt;BR /&gt;format date_of_birth date9.&lt;BR /&gt;visit_date mmddyy10.;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 01:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300576#M63488</guid>
      <dc:creator>sas_td2016</dc:creator>
      <dc:date>2016-09-25T01:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time Formatting Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300579#M63490</link>
      <description>&lt;PRE&gt;

data dates;
input  subject $3.   date_of_birth mmddyy8.  visit_date date9.;
format visit_date date9. date_of_birth mmddyy10.;
datalines;
0011021195011Nov2006
0020802196212Dec2010
0030125195502Jan2011
;
run;
proc print;run;

&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Sep 2016 01:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300579#M63490</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-25T01:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time Formatting Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300580#M63491</link>
      <description>&lt;P&gt;The source of the problem is (as was indicated) reading in SUBJECT. &amp;nbsp;Your program tells SAS to start at column 1, but doesn't tell it where to finish. &amp;nbsp;As a result, SAS keeps reading until it either hits a blank or hits the end of the line,.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 01:47:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300580#M63491</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-09-25T01:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time Formatting Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300586#M63494</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;It is working.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 02:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300586#M63494</guid>
      <dc:creator>sas_td2016</dc:creator>
      <dc:date>2016-09-25T02:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time Formatting Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300587#M63495</link>
      <description>&lt;P&gt;thanks for your input. &amp;nbsp;So here we need not to use column input, right?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 02:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300587#M63495</guid>
      <dc:creator>sas_td2016</dc:creator>
      <dc:date>2016-09-25T02:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time Formatting Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300592#M63496</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99739"&gt;@sas_td2016﻿&lt;/a&gt;&amp;nbsp;When marking a correct answer please mark the answer that helped you, NOT your own response.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 06:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Time-Formatting-Issue/m-p/300592#M63496</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-25T06:07:26Z</dc:date>
    </item>
  </channel>
</rss>

