I need to remove all records from a dataset where the field 'Start_date' isn't within a certain range of dates.
START_DATE - is in the format DATE9. i.e 01JAN2020.
I keep having formatting errors whichever way I try.
Thanks in advance 🙂
A SAS date literal needs to be written in the form
"01JAN2020"d
to be compared with SAS dates.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.