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

SAS Innovate 2025: Register Today!

 

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.


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
  • 285 views
  • 1 like
  • 2 in conversation