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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.