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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1183 views
  • 0 likes
  • 3 in conversation