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.
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.