Profile
Achievement
vasdee's Recent Snippets
- All /
« Prev 1 Next »
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.;...
0
1443
posted 15 years ago by vasdee