IBM SC34-6814-04 User Manual

Page 432

Advertising
background image

XMXD_OWN

The reserved name OWN is specified for the partitionset, which means
tasks running under this transaction definition perform their own
partitionset management.

PARTITIONSET_NAME(name8)

returns the name of the partitionset defined on the transaction definition.

name8

The name of an 8-byte location that is to receive the name of the
partitionset.

PROFILE_NAME(name8)

returns the name of the profile definition that is associated with the transaction
definition.

name8

The name of an 8-byte location to receive the name of the profile
definition associated with the transaction definition.

REMOTE(name1)

returns, in a 1-byte location (name1), an equated value indicating whether the
transaction is defined as remote.

XMXD_NO

The transaction is not a remote transaction.

XMXD_YES

The transaction is a remote transaction.

REMOTE_NAME(name8)

returns the name by which the transaction is known in a remote system.

name8

The name of an 8-byte location to receive the transaction's remote
name.

REMOTE_SYSTEM(name4)

returns the name of the remote system as specified on the transaction
definition.

If the DYNAMIC parameter returns XMXD_YES, REMOTE_SYSTEM returns
the default name, which can be changed by the dynamic routing program.

If the DYNAMIC parameter returns XMXD_NO, this is the actual remote system
to which the transaction is to be routed.

name4

The name of a 4-byte location to receive the defined name of the
remote system.

RESSEC(name1)

returns, in a 1-byte location (name1), an equated value indicating whether
resource security checking is required for the transaction.

XMXD_NO

Resource security checking is not required.

XMXD_YES

Resource security checking is required.

RESTART(name1)

returns, in a 1-byte location (name1), an equated value indicating whether the
transaction is to be considered for transaction restart.

410

Customization Guide

Advertising