IBM SC33-1683-02 User Manual

Page 412

Advertising
background image

RESSEC(name1)

returns, in a 1-byte location (

name1), a value indicating whether resource

security checking is required for the transaction.

NO

Resource security checking is not required.

YES

Resource security checking is required.

RESTART(name1)

returns, in a 1-byte location (

name1), a value indicating whether the transaction

is to be considered for transaction restart.

NO

The transaction cannot be restarted.

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 the

CICS Intercommunication

Guide.

RUNAWAY_LIMIT(name4 | (Rn))

returns the runaway-task time limit specified on the transaction definition. If
SYSTEM_RUNAWAY is 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), a value indicating whether the transaction

can be run during CICS shutdown.

DISABLED

The transaction is disabled from running during CICS shutdown.

ENABLED

The transaction is enabled to run during CICS shutdown.

SPURGE(name1)

returns, in a 1-byte location (

name1), a value indicating whether the transaction

is defined as system-purgeable.

NO

The transaction is not system-purgeable.

YES

The transaction is system-purgeable.

STATUS(name1)

returns, in a 1-byte location (

name1), the status of the transaction definition.

transaction management functions

380

CICS TS for OS/390: CICS Customization Guide

|
|
|
|

|
|
|

|
|
|

|
|
|

Advertising