BookmarkSubscribeRSS Feed
dr_101
Calcite | Level 5

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.

2 REPLIES 2
Patrick
Opal | Level 21
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...

FredrikE
Rhodochrosite | Level 12

Hi!

Check out the INTNX function, it will certainly help you 🙂

 

Something like INTNX( 'year', time, -5 )

 

//Fredrik

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1154 views
  • 0 likes
  • 3 in conversation