Sounds as though you want to compute the time-elapsed between the two date/time values, resulting in a duration-value. If stored in a character-format, each of the strings must be converted to a SAS DATETIME in order to work with it in expressions. And, since the two events are a point in time and in SAS are represented as seconds since 1/1/1960, you can subtract the end from the start, to arrive at a duration (number representing seconds internally to SAS). With this metric, you can compute/derive other stats, as required, and report the results as seconds, hour:min, or other "formatted" value using SAS code.
Scott Barry
SBBWorks, Inc.
About SAS Date, Time, and Datetime Values
http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002200738.htm
Processing ORACLE® Dates with SAS/ACCESS® in
the UNIX® Environment - paper may or may not be useful
http://support.sas.com/techsup/technote/ts566d.pdf