Hi all,
Could you please advise how to read the time in the following format (example): 8:15:00 .
Thank you!
Use the time8. informat. Assign the time8. or tod8. format to the variable.
Use the time8. informat. Assign the time8. or tod8. format to the variable.
Thank you! Here it is the code:
strip(put(input(strip(PK_TIME),time8.),tod5.))
You can also use the time8. format for display and conversion to character; it's just that I like the leading zero of the tod. format more.
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!
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.
Ready to level-up your skills? Choose your own adventure.