How do I convert time value in integer form to SAS time?
SAS programming
I am working with SAS tables that currently have time values listed in integer form (ex: 65123 is 6:51:23am, 165824 is 4:58:24pm in hours minutes seconds). I desperately need to convert this to SAS time (or any other SAS format).