BookmarkSubscribeRSS Feed
Almighty
Fluorite | Level 6

Hi Gurus,

I am having a difficulty in combing numeric date with character time.  Then finally convert to Iso8601 format.

Data have:

Output Needed:

Appreciate your help and time.

Thanks

2 REPLIES 2
ballardw
Super User

Assuming your data is a SAS date

Date_needed= dhms(date,input(hours,f2.),input(minutes,f2.), 0);

format date_needed b8601dt13.0;

I'm not sure that ISO8601 allows - and :

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
  • 2 replies
  • 1261 views
  • 0 likes
  • 3 in conversation