IBM SC34-6814-04 User Manual

Page 438

Advertising
background image

XMIQ_TD

The principal facility is a transient data queue.

XMIQ_TERMINAL

The principal facility is a terminal.

NETNAME(name8)

returns the network name of the principal facility associated with this task.

name8

The name of an 8-byte location to receive the network name.

ORIGINAL_TRANSACTION_ID(name4)

returns the transaction id that was used to attach the transaction. For example,
if an alias was used at a terminal, this field returns the alias.

name4

The name of a 4-byte location to receive the name of the original
transaction identifier.

OUT_TRANSACTION_TOKEN(name8)

returns the token that represents the task.

name8

The name of an 8-byte location to receive the transaction token for the
task.

RE_ATTACHED_TRANSACTION(name1)

returns, in a 1-byte location (name1), an equated value indicating whether the
transaction has been re-attached.

XMIQ_NO

The transaction has not been re-attached and the global user exit
program is invoked in the same environment as the original
transaction-attach.

XMIQ_YES

The transaction has been re-attached and the global user exit program
is invoked in a different environment from the original
transaction-attach.

RESOURCE_NAME(name8)

returns the name of a resource that the (suspended) transaction waiting for.

name8

The name of an 8-byte location to receive the name of the resource on
which the transaction is waiting.

RESOURCE_TYPE(name8)

returns the type of resource that the (suspended) transaction waiting for.

name8

The name of an 8-byte location to receive the type of resource on
which the transaction is waiting.

RESTART_COUNT(name2 | (Rn))

returns the number of times this instance of the transaction has been restarted.

name2

The name of a 2-byte location to receive the number of times the
transaction has been restarted, expressed as a half-word binary value.

(Rn)

A register to receive the number of times the transaction has been
restarted, expressed as a half-word binary value.

416

Customization Guide

Advertising