data have;
t='5:05:00't;output;
t='5:20:00't;output;
format t time.;
run;
data want;
set have;
roundedtime=round(t,'00:30:00't);
format roundedtime time.;
run;
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!