<?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 combining sasdate value with sastime value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/combining-sasdate-value-with-sastime-value/m-p/9161#M425</link>
    <description>Once upon a time I knew this ...&lt;BR /&gt;
&lt;BR /&gt;
I get a record back from Oracle in datetime format.&lt;BR /&gt;
&lt;BR /&gt;
I use date=datepart(OraValue) to build a sas date value (days since 01Jan1960).&lt;BR /&gt;
I use time=timepart(OraValue) to build a sas time value (seconds since midnight).&lt;BR /&gt;
&lt;BR /&gt;
How do I put date &amp;amp; time back together as a sas datetime value?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
wd</description>
    <pubDate>Wed, 29 Sep 2010 20:35:53 GMT</pubDate>
    <dc:creator>Bill</dc:creator>
    <dc:date>2010-09-29T20:35:53Z</dc:date>
    <item>
      <title>combining sasdate value with sastime value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combining-sasdate-value-with-sastime-value/m-p/9161#M425</link>
      <description>Once upon a time I knew this ...&lt;BR /&gt;
&lt;BR /&gt;
I get a record back from Oracle in datetime format.&lt;BR /&gt;
&lt;BR /&gt;
I use date=datepart(OraValue) to build a sas date value (days since 01Jan1960).&lt;BR /&gt;
I use time=timepart(OraValue) to build a sas time value (seconds since midnight).&lt;BR /&gt;
&lt;BR /&gt;
How do I put date &amp;amp; time back together as a sas datetime value?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
wd</description>
      <pubDate>Wed, 29 Sep 2010 20:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combining-sasdate-value-with-sastime-value/m-p/9161#M425</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2010-09-29T20:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: combining sasdate value with sastime value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combining-sasdate-value-with-sastime-value/m-p/9162#M426</link>
      <description>[pre]datetime = dhms(date,0,0,time);[/pre]</description>
      <pubDate>Wed, 29 Sep 2010 20:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combining-sasdate-value-with-sastime-value/m-p/9162#M426</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-09-29T20:51:32Z</dc:date>
    </item>
  </channel>
</rss>

