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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.