Hi,
if i ve been typing this in my code:
where time >224 days;
what if i want time less than 5 years for my analysis. how to code that?
thanks.
where time >224 days
...is not valid SAS code.
Please post your actual code. Also tell us what's actually stored in variable TIME - SAS TIME, DATE or DATETIME value or something else? If you don't understand what I'm asking you for then have a read here: http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p1wj0wt2ebe2a0n1lv4l...
Hi!
Check out the INTNX function, it will certainly help you 🙂
Something like INTNX( 'year', time, -5 )
//Fredrik
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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 save with the early bird rate—just $795!
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.