BookmarkSubscribeRSS Feed
Q1983
Lapis Lazuli | Level 10
data new;
   comm_time = '13:08:09';
   numeric_comm_time = input(comm_time, ???.);
run;

The actual dataset shows the comm-time as a char variable.  Since I will need to use the comm_time in a calculation with a date

IE if date1 < date2 and com_time1 < comm_time 2 then do something......

I will need to display/convert the char variable to a numeric variable.  I just do not know what to insert in the input value where I am showing ??? Notice it shows as 13:08:09.  Is there an informat to address this???

1 REPLY 1

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 440 views
  • 1 like
  • 2 in conversation