Task#             (Overview)

DESCRIPTION
The "Task#" displays a unique identification number associated with a particular
execution instance of a given transaction. This number is equivalent to the EIB
task number in a CICS environment. 


VALUES
The "Task#" is guaranteed to be a unique integer.


INTERPRETATION
Sun MTP assigns a unique "Task#" for every transaction processed by a Transaction
Server. The number is unique across all Transaction Servers and appears in the 
transaction accounting data.


CONCLUSIONS
Since a given transaction can execute many times, a unique "Task#" allows you to
distinguish between invocations.

