Re: [CMS-PIPELINES] PIPE vs timestamp math

2024-05-17 Thread Rob van der Heij
I like this with an extra REXX stage. But you could also use the "x2t" conversion in SPEC and then use "greg2sec" for the full seconds part, and divert the fraction for the microseconds. /* TIMEDIFF REXX Compute difference between two TOD clocks */ /* Author: Rob van

[CMS-PIPELINES] PIPE vs timestamp math

2024-05-17 Thread Stanislawski, Shawn
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.uu How would this be possible using PIPE? (I figure the SPEC stage is