TX Type           (Overview)

DESCRIPTION
"TX Type" shows the type of transaction currently executing in a given
Transaction Server. 


VALUES
"TX Type" can be one of the following:

   INITTERM - originated from a terminal 
   INITDEST - originated from a trigger condition 
   INITTASK - originated from another transaction 
   INITDBUG - the transaction is used for debugging.  If the VCT specifies n 
              Debug Terminals, then n Terminals display with the value of 
	      INITDBUG.
   INIT_IQ  - the end user is an IQ interactive user
   IDLE     - the Transaction Server is idle.


INTERPRETATION
The INITDEST value indicates that a transient data queue reached a trigger 
value and Sun MTP initiated a transaction. To identify the transient data queue,
look in the "Transid" column of the DCT Intrapartition Screen for the "Transid"
seen on the Overview Screen. The "Trigger" value is also in the queue's entry
in the DCT Intrapartition Screen.

The INITTASK value indicates that a transaction was initiated by another 
transaction via an EXEC CICS RETURN.


CONCLUSIONS
When a long running transaction executes in a Transaction Server, it is often
beneficial to know where the transaction originates, especially if the
transaction has a problem. This field points the administrator toward the
problem via the origin of the transaction.
