U@STRINGHMS

U@STRINGHMS strings the input data into the output area as HH:MM:SS. If the time value is 0, no data moves to output.

Module STRRTNS
Input E@FMTTIME
Output

E@FLDOUT (optional)

E@FLDPNTR (set to next available character position in output)

Programming Example

      EVAL      E@FMTTIME      = DWOHUPDTTM   
      EVAL      E@FLDPNTR      = 1            
      EVAL      E@FLDOUT       = *BLANKS      
      CALLP     U@STRINGHMS                   
      EVAL      E@ERRVAR3      = E@FLDOUT