I’m trying to pull cases which are =< to the last date of the month based on a certain date variable (DISPOSITION_DATE). The dataset contains data for all 12 months of the year so I’m not sure of to take this into account.
It depends on the relation between your disposition date and the last date of the month.
You'll need to provide some more information on your criteria and some sample data with expected output is always helpful.
If you had a fixed date something like the following would work.
Proc sql;
create table want as
select distinct var1, var2, var3
from have
where datepart(disposition_date) <= '31jul2012'd
;
quit;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!