[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
Catch up on SAS Innovate 2026
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.