IBM SC34-6814-04 User Manual

Page 433

Advertising
background image

XMXD_NO

The transaction cannot be restarted.

XMXD_YES

The transaction can be restarted.

ROUTABLE_STATUS(ROUTABLE|NOT_ROUTABLE)

returns a value indicating whether, if the transaction is the subject of an eligible
EXEC CICS START command, it will be routed using the enhanced routing
method.

NOT_ROUTABLE

If the transaction is the subject of a START command, it will be routed
using the “traditional” method.

ROUTABLE

If the transaction is the subject of an eligible START command, it will be
routed using the enhanced method.

For details of the enhanced and “traditional” methods of routing transactions
invoked by EXEC CICS START commands, see CICS transaction routing, in the
CICS Intercommunication Guide.

RUNAWAY_LIMIT(name4 | (Rn))

returns the runaway-task time limit specified on the transaction definition. If
SYSTEM_RUNAWAY is XMXD_YES, the value returned is the value defined by
the ICVR system initialization parameter.

name4

The name of a 4-byte location that is to receive the task runaway limit,
expressed as a binary value.

(Rn)

A register to receive the task runaway limit, expressed as a binary
value.

SHUTDOWN(name1)

returns, in a 1-byte location (name1), an equated value indicating whether the
transaction can be run during CICS shutdown.

XMXD_DISABLED

The transaction is disabled from running during CICS shutdown.

XMXD_ENABLED

The transaction is enabled to run during CICS shutdown.

SPURGE(name1)

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

XMXD_NO

The transaction is not system-purgeable.

XMXD_YES

The transaction is system-purgeable.

STATUS(name1)

returns, in a 1-byte location (name1), an equated value indicating the status of
the transaction definition.

XMXD_DISABLED

The transaction definition is disabled.

XMXD_ENABLED

The transaction definition is enabled.

Chapter 3. The user exit programming interface (XPI)

411

Advertising