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
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 :
Try format E8601dt.
See doc at
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003169814.htm
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.
Ready to level-up your skills? Choose your own adventure.