I am trying to convert seconds to minutes seconds, so 123 seconds would be 2:03 (2 minutes 3 seconds). I am using SAS and need to do this in PROC SQL not a data step.
The duration (the one with the seconds) field is numeric.
Thank you
I am trying to convert seconds to minutes seconds, so 123 seconds would be 2:03 (2 minutes 3 seconds). I am using SAS and need to do this in PROC SQL not a data step.
The duration (the one with the seconds) field is numeric.
Thank you