IBM SC33-1686-02 Server User Manual


 
CEMT INQUIRE TRANSACTION
INdoubtmins(
value
)
displays the length of time, in minutes, after a failure
during the in-doubt period, before the transaction is to
take the action returned in the Indoubt field. The
returned value is valid only if the unit of work is in-doubt
and Indoubtwait returns WAIT.
See also Indoubt and Indoubtwait.
Indoubt
displays the action (based on the ACTION attribute of
the TRANSACTION resource definition) to be taken if
the CICS region fails or loses connectivity with its
coordinator while a unit of work is in the in-doubt period.
The action is dependent on the values returned in
Indoubtwait and Indoubtmins; if Indoubtwait returns
WAIT, the action is not normally taken until the time
returned in Indoubtmins expires. (For exceptions to this
rule, see Indoubtwait.)
The values are:
BAckout
All changes made to recoverable resources are to
be backed out.
COmmit
All changes made to recoverable resources are to
be committed, and the unit of work marked as
completed.
Indoubtwait
displays (based on the WAIT attribute of the
TRANSACTION definition) how CICS is to respond if a
failure occurs while a unit of work (UOW) is in an
in-doubt state. The values are:
NOWait
The UOW is not to wait, pending recovery from
the failure. CICS is to take immediately whatever
action is specified on the ACTION attribute of the
TRANSACTION definition.
Wait The UOW is to wait, pending recovery from the
failure, to determine whether recoverable
resources are to be backed out or committed.
Note: Even if Indoubtwait returns WAIT, there
may be aspects of the UOW that force
CICS to take an immediate decision—that
is, to take immediately the action specified
on the ACTION attribute of the transaction
definition. This can happen if, for example,
the UOW contains:
Subordinate LU6.1 sessions
Subordinate MRO sessions to
pre-CICS Transaction Server for
OS/390 systems.
For further information about the meaning of the
ACTION and WAIT attributes of the TRANSACTION
definition, see the
CICS Resource Definition Guide
.
Isolatest
displays whether the transaction’s user-key task-lifetime
storage is isolated from the user-key programs of other
transactions. The values are:
ISolate
The transaction’s user-key task-lifetime storage is
accessible only by the user-key programs of its
own task. The transaction’s user-key task-lifetime
storage is isolated from all the user-key programs
of all other tasks.
NOIsolate
The transaction’s user-key task-lifetime storage is
accessible by its own programs, and also by
user-key programs of other transactions defined
with the ISOLATE(NO) option.
PRFile(
value
)
displays the name of the profile definition that defines
additional options associated with this transaction.
PRIority(
value
)
displays a value indicating the priority of a transaction
relative to other transactions. When a transaction is
running as a CICS task, the priority of a task is the sum
of the transaction priority, the terminal priority, and the
operator priority.
Note: You can reset this value by overtyping it with a
different value.
The value is in the range 0–255, where 255 is the
highest priority.
PROgram(
value
)
displays an 8-character string identifying the name of the
first program to be executed when this transaction is
started.
Purgeability
displays whether the transaction is purgeable in system
stall conditions. The values are:
PUrgeable
The transaction is system-purgeable. This value
relates to the SPURGE parameter on the
transaction resource definition and indicates that
CICS can purge the transaction in a deadlock
time-out situation. See the
CICS Resource
Definition Guide
for information about the
SPURGE and DTIMEOUT parameters on a
transaction resource definition.
NOTPurgeable
The transaction cannot be purged.
Note: You can reset this value by overtyping it with a
different value.
| Routstatus
| displays whether, if the transaction is the subject of an
| eligible EXEC CICS START command, it will be routed
| using the enhanced routing method. The values are:
134 CICS Supplied Transactions