BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Gurjot
Calcite | Level 5

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Haikuo
Onyx | Level 15

if old_date is number, try this:

new_date='22mar2010'd+old_date;

 

 

View solution in original post

2 REPLIES 2
Haikuo
Onyx | Level 15

if old_date is number, try this:

new_date='22mar2010'd+old_date;

 

 

Gurjot
Calcite | Level 5

Thanks a lot, it worked 🙂

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

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1504 views
  • 0 likes
  • 2 in conversation