BookmarkSubscribeRSS Feed
Sharan
Obsidian | Level 7

Hi there,

I have a data set with date of birth in the format date9. I would like to create a var Age using an end date as 31DEC2020  but I do not want a column with  this  constant end date. The fixed end date should be built in the syntax.

How can I create a new age variable? Thanks!

1 REPLY 1
SASKiwi
PROC Star
Age = yrdif(DOB, "31Dec2020"d, 'AGE');

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
  • 1 reply
  • 633 views
  • 3 likes
  • 2 in conversation