BookmarkSubscribeRSS Feed
smunigala
Obsidian | Level 7

Hi all,

I need help (SAS code) in calculating difference in minutes and hours for datetime variables. I have attached a copy of my data.

 

Here I have several Reg_Nos and the corresponding culture_dates (datetime). Some of the Reg_nos have multiple culture_date which are in different row compared to the first culture_date for that Reg_no (eg. I have highlighted in red).

 

I need to find the difference in minutes and hours from the first culture_date to the next cultre_date if a Reg_No has more than one culture_date.

 

Thanks for the help!

Satish

1 REPLY 1
LinusH
Tourmaline | Level 20

To be able to calculate this between observations, use a data step with BY, first./last. processing.

Retain previous observation datetime (if the same reg_no).

 

A simple subtraction will give you the no of seconds between timestamps. Apply time format for display of choice.

If you need to add more rules to the calculation, ta look at INTCK() function.

Data never sleeps

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 connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2499 views
  • 0 likes
  • 2 in conversation