That would work if your values were datetime, not date. Date formats are stored as the number of days since a fixed date (01/01/1960) so you'd simply need to substract 35.
It is typically best to get accustomed to the intnx function though for date distance. I'll let you look that up.
That would work if your values were datetime, not date. Date formats are stored as the number of days since a fixed date (01/01/1960) so you'd simply need to substract 35.
It is typically best to get accustomed to the intnx function though for date distance. I'll let you look that up.
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.