I am using SAS enterprise Guide for one of my projects. We have the day number as a column in the data and we know the First day is taken as 23 March 2010. But the column we have is numbered from 1 to 711.
Is there a was to convert this column to dates, so for 1 it would be 23 March 2010, for 2 it will be 24 March 2010 and so on?
if old_date is number, try this:
new_date='22mar2010'd+old_date;
Thanks a lot, it worked 🙂
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!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.