I figured out the problem... The SMFTIME is obtained by TIME BIN which returns BIN returns the time of day as an unsigned 32-bit binary number with the low-order bit equivalent to 0.01 second. The second word of the time value returned is zero. STCK time is based on micro seconds.
To have the work close I would need to multiply the SMFTIME by 1000000 (if I figured this correctly)... I choose to handle my problem a different way. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
