Hello
I have a data set with datetime column with format and informat datetimr22.3
I want to create a new column called time with time value and format time8.
I used the following code
time(effectiveTimestamp) as time format=time8.
As I see the time values are not correct,
I see for example datetime 15MAY2024:03:02:08.977 and calculated time 14:17:42 but as I see it should be 03:02:08
Please read the description of the TIME function in the documentation.
On the left is an alphabetical list of all SAS functions; right below TIME is the function you want, TIMEPART.
Please read the description of the TIME function in the documentation.
On the left is an alphabetical list of all SAS functions; right below TIME is the function you want, TIMEPART.
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.