Function
You use this parameter to specify that SESCOSP is to evaluate only statements or transactions whose elapsed time is within a specific time period. Elapsed time is elapsed real time.
When transactions are evaluated, in addition to the elapsed times of the statements in the DBH, the elapsed times for the user are also taken into consideration.
ELAPSED-TIME | ||||||||||||||||
|
Operands
ELAPSED-TIME = *ALL
The data to be evaluated is not limited by the elapsed time.
ELAPSED-TIME = *INTERVAL(...)
The elapsed time of the statements or transactions to be evaluated is between the times specified for FROM and TO. The time specified for FROM must be before or the same as that specified for TO.
FROM = <integer 0..2147483647>
Start time, to be entered in milliseconds or microseconds, depending on the setting of the TIME-PRECISION parameter.
Default: 0
TO = <integer 1..2147483647>
End time, to be entered in milliseconds or microseconds, depending on the setting of the TIME-PRECISION parameter.
Default: 2147483647