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

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

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
  • 662 views
  • 3 likes
  • 2 in conversation