srtor
Programmer
- Feb 2, 2008
- 1
I am new to sas programming. How to handle db2 timestamp in a sas variable? I am running in batch mode (AIX, sas).
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
informat <fieldname> DATETIME20.;
newfield = datepart(<fieldname>);