Executed          (PCT)

DESCRIPTION
The "Executed" column shows the number of times a "Transid" has executed since
Sun MTP system initiation.


VALUES
"Executed" is an integer value initialized to zero at Sun MTP system initiation
and increments each time the "Transid" executes. 


INTERPRETATION
The "Executed" value is the total number of executions of a "Transid", whether 
the transaction was requested internally or externally. Specifically, "Executed"
is the sum of executions due to the following request types: an external request
from an enduser, internal requests from another COBOL program, or an internal
request due to a trigger condition for a transient data queue.


CONCLUSIONS
This datapoint helps identify high use transactions. The transactions that 
execute the most often should be targets for optimization to increase overall 
system performance.
