options datestyle=mdy;
Data new;
Input sdtime anydtdtm32.;
date=datepart(sdtime);
format date date9. sdtime datetime.;
Cards;
12:03:2003:12:13:23
;
Run;
proc print;run;
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.