data have;
date='Oct 15 2019 12:00 AM EDT - Oct 15 2019 11:59 PM EDT';
run;
data want;
set have;
date1=scan(date,1,'-');
date2=scan(date,-1,'-');
run;
Our biggest data and AI event of the year.
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.