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

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

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