BookmarkSubscribeRSS Feed
kelSAS
Obsidian | Level 7

Hi, 

 

I have firm data with IPO. It looks like 

 

year firmid IPO

1990 abc 1

1995 abc 1

1997 def 1

2000 def 1

2000 ghi 1

2002 jkl 1

 

I want to calculate the years between IPOs if a firm has more than 1 IPO. 

For example, 

year firmid IPO duration

1990 abc 1 0

1995 abc 1 5 (1995-1990)

1997 def 1 0

2000 def 1 3 (2000-1997)

2000 ghi 1 0

2002 jkl 1 0

 

Thank you for your help in advance. 

1 REPLY 1
Reeza
Super User

Look at the DIF function

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1021 views
  • 0 likes
  • 2 in conversation