<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - vasdee</title>
<link>http://snipplr.com/users/vasdee</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Feb 2012 20:06:02 GMT</pubDate>
<item>
<title>(SAS) Converting SAS datetime to oracle_datetime</title>
<link>http://snipplr.com/view/10052/converting-sas-datetime-to-oracledatetime/</link>
<description><![CDATA[ <p>Annoyingly hard to find,  I'm sure others out there have felt the pain of converting sas dates to oracle date formats. 

example: 
     data _null_;  
          x_dt = datetime();  
          x_d = date();  
          put x_dt oracle_datetime.;  
          put x_d oracle_date.;  
     run;</p> ]]></description>
<pubDate>Tue, 25 Nov 2008 20:41:27 GMT</pubDate>
<guid>http://snipplr.com/view/10052/converting-sas-datetime-to-oracledatetime/</guid>
</item>
</channel>
</rss>
