<?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: Can anyone explain to me why I get the following results? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9270#M451</link>
    <description>I received an answer from SAS-L.  It was a bug that was addressed in a hot fix:&lt;BR /&gt;
&lt;BR /&gt;
&lt;URL&gt;http://support.sas.com/kb/15/924.html&lt;/URL&gt;&lt;BR /&gt;
&lt;BR /&gt;
hotfix E9BB78 .</description>
    <pubDate>Thu, 30 Sep 2010 20:45:25 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2010-09-30T20:45:25Z</dc:date>
    <item>
      <title>Can anyone explain to me why I get the following results?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9268#M449</link>
      <description>Running the following code with SAS 9.1.3 m3 on a 4 processor Windows 2003 server:&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
    dt="28SEP10:16:44:00.672"dt;&lt;BR /&gt;
    format dt 15.3;&lt;BR /&gt;
    put dt datetime19.2;&lt;BR /&gt;
    put dt datetime21.4;&lt;BR /&gt;
    put dt datetime22.5;&lt;BR /&gt;
    put dt datetime23.6;&lt;BR /&gt;
    put dt datetime24.7;&lt;BR /&gt;
    put dt datetime28.5;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I get the following results:&lt;BR /&gt;
&lt;BR /&gt;
28SEP10:16:44:00.67&lt;BR /&gt;
28SEP10:16:44:00.6720&lt;BR /&gt;
29SEP10:00:00:00.00000&lt;BR /&gt;
29SEP10:00:00:00.000000&lt;BR /&gt;
28SEP10:16:44:00.6719999&lt;BR /&gt;
    29SEP2010:00:00:00.00000&lt;BR /&gt;
&lt;BR /&gt;
The code appears to work perfectly on SAS 9.1.2.  Can anyone explain to me why it doesn't work on 9.1.3?&lt;BR /&gt;
&lt;BR /&gt;
Art</description>
      <pubDate>Thu, 30 Sep 2010 00:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9268#M449</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2010-09-30T00:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain to me why I get the following results?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9269#M450</link>
      <description>I don't see the problem on my PC. It might be a good idea to call Tech. Support for this one.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA.&lt;BR /&gt;
NOTE: SAS (r) 9.1 (TS1M3)&lt;BR /&gt;
      Licensed to SAS Institute Inc., Site 0000000001.&lt;BR /&gt;
NOTE: This session is executing on the XP_PRO  platform.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS 9.1.3 Service Pack 3&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS initialization used:&lt;BR /&gt;
      real time           6.85 seconds&lt;BR /&gt;
      cpu time            1.18 seconds&lt;BR /&gt;
&lt;BR /&gt;
1    data _null_;&lt;BR /&gt;
2    dt="28SEP10:16:44:00.672"dt;&lt;BR /&gt;
3    format dt 15.3;&lt;BR /&gt;
4    put dt datetime19.2;&lt;BR /&gt;
5    put dt datetime21.4;&lt;BR /&gt;
6    put dt datetime22.5;&lt;BR /&gt;
7    put dt datetime23.6;&lt;BR /&gt;
8    put dt datetime24.7;&lt;BR /&gt;
9    put dt datetime28.5;&lt;BR /&gt;
10   run;&lt;BR /&gt;
&lt;BR /&gt;
28SEP10:16:44:00.67&lt;BR /&gt;
28SEP10:16:44:00.6720&lt;BR /&gt;
28SEP10:16:44:00.67200&lt;BR /&gt;
28SEP10:16:44:00.672000&lt;BR /&gt;
28SEP10:16:44:00.6719999&lt;BR /&gt;
    28SEP2010:16:44:00.67200&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.77 seconds&lt;BR /&gt;
      cpu time            0.14 seconds&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 30 Sep 2010 12:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9269#M450</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-09-30T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain to me why I get the following results?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9270#M451</link>
      <description>I received an answer from SAS-L.  It was a bug that was addressed in a hot fix:&lt;BR /&gt;
&lt;BR /&gt;
&lt;URL&gt;http://support.sas.com/kb/15/924.html&lt;/URL&gt;&lt;BR /&gt;
&lt;BR /&gt;
hotfix E9BB78 .</description>
      <pubDate>Thu, 30 Sep 2010 20:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-anyone-explain-to-me-why-I-get-the-following-results/m-p/9270#M451</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2010-09-30T20:45:25Z</dc:date>
    </item>
  </channel>
</rss>

