[pre]
data x;
input time time5.;
format time time5.;
cards;
08:09
10:21
12:00
23:22
;run;
data _x;
set x;
where time between '10:11't and '14:20't;
run;
[/pre]
Ksharp
2025 SAS Hackathon: There is still time!
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!