IBM SC34-6814-04 Server User Manual


 
name4
The name of a 4-byte location that contains the name of the transaction
identifier.
string A string of characters, without intervening blanks, naming the
transaction identifier.
‘string’
A string of characters, within quotation marks, naming the transaction
identifier. The string length is set to 4 by padding with blanks within the
quotation marks.
ISOLATE(name1)
returns, in a 1-byte location (name1), an equated value indicating whether
transaction isolation is required for the transaction's task-lifetime user-key
storage.
XMXD_NO
Transaction isolation is not required for task-lifetime user-key storage.
XMXD_YES
Transaction isolation is required for task-lifetime user-key storage.
LOCAL_QUEUING(name1)
returns, in a 1-byte location (name1), an equated value indicating whether a
start request for this transaction is eligible to queue locally if the transaction is
to be started on another system, and the remote system is not available.
XMXD_NO
The request is not to be queued locally.
XMXD_YES
The request can be queued locally.
OTSTIMEOUT(name4)
returns the default period in seconds that an Object Transaction Service (OTS)
transaction created in an Enterprise JavaBeans (EJB) environment and
executing under this CICS transaction is allowed to execute without the initiator
of the OTS transaction taking a syncpoint (or rolling back the OTS transaction).
name4
The name of a 4-byte location to receive the timeout setting, expressed
as a binary value.
(Rn) A register to receive the timeout setting, expressed as a binary value.
A value of zero means that the transaction resource definition specifies
OTSTIMEOUT(NO).
PARTITIONSET(name1)
returns, in a 1-byte location (name1), an equated value indicating the
partitionset specified on the transaction definition.
XMXD_KEEP
The reserved name KEEP is specified for the partitionset, which means
tasks running under this transaction definition use the application
partitionset for the terminal associated with the transaction.
XMXD_NAMED
The partitionset is named specifically on the transaction definition. The
name is returned on the PARTITIONSET_NAME parameter.
XMXD_NONE
There is no partitionset specified for the transaction definition.
Chapter 3. The user exit programming interface (XPI) 409