IBM SC34-6814-04 Server User Manual


 
TCLASS(name1)
returns, in a 1-byte location (name1), an equated value indicating whether the
transaction belongs to a transaction class.
XMXD_NO
The transaction is not a member of a transaction class.
XMXD_YES
The transaction is a member of the transaction class named in the
TCLASS_NAME parameter.
TCLASS_NAME(name8)
returns the name of the transaction class to which the transaction belongs.
name8
The name of an 8-byte location to receive transaction class name to
which the transaction belongs.
TPURGE(name1)
returns, in a 1-byte location (name1), an equated value indicating whether the
transaction is defined as purgeable in the event of a VTAM terminal error.
XMXD_NO
The transaction can not be purged if a terminal error occurs.
XMXD_YES
The transaction can be purged if a terminal error occurs.
TRACE(name1)
returns, in a 1-byte location (name1), an equated value indicating the level of
tracing defined for the transaction:
XMXD_SPECIAL
CICS special-level trace This is the result of special trace being set by
means of an EXEC CICS SET TRANSACTION command.
XMXD_STANDARD
CICS standard-level trace This equates to TRACE(YES) in the
TRANSACTION resource definition.
XMXD_SUPPRESSED
Tracing is suppressed for the transaction This equates to TRACE(NO)
in the TRANSACTION resource definition.
TRAN_PRIORITY(name4 | (Rn))
returns the transaction priority specified on the transaction definition.
name4
The name of a 4-byte location to receive the transaction priority,
expressed as a binary value.
(Rn) A register to receive the transaction priority, expressed as a binary
value.
TRAN_ROUTING_PROFILE(name8)
returns the name of the profile that CICS is to use to route the transaction to a
remote system.
name8
The name of an 8-byte location to receive the transaction-routing
profile.
TRANSACTION_ID(name4)
returns the primary transaction identifier for this transaction definition inquiry.
Chapter 3. The user exit programming interface (XPI) 413