BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sasphd
Lapis Lazuli | Level 10

hello,

I make the difference between two dates using this program.

data age;
set JOINT_FO;
age=caldt-FIRST_OFFER_DT;
run;

 

The program give me the difference in days but I want it in year or in fraction of year????

1 ACCEPTED SOLUTION

Accepted Solutions
TheShark
Obsidian | Level 7

Many ways to do this, I've used intck and yrdif in the past!

 

Age = yrdif(FirstDate, SecondDate,'AGE');

 

View solution in original post

4 REPLIES 4
TheShark
Obsidian | Level 7

Many ways to do this, I've used intck and yrdif in the past!

 

Age = yrdif(FirstDate, SecondDate,'AGE');

 

sasphd
Lapis Lazuli | Level 10
thanks for your help guys

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 4 replies
  • 22893 views
  • 1 like
  • 3 in conversation