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 :

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 812 views
  • 0 likes
  • 3 in conversation