I have a file containing job start and finish times, as a pair of TODABS values per line. I would like to calculate the delta between the second TODABS value and the first TODABS value, and output in format dd:hh:mm:ss.uuuuuu How would this be possible using PIPE? (I figure the SPEC stage is probably the answer, but I'm struggling with the delta calculation portion.)
Input example: DE8843348E581000 DE8843348E63B000 Desired output: 0:00:00:00.000186 --Shawn S.