Previous Topic: DB00129INext Topic: DB00131W


DB00130I

CICS CONNECT job-name run-unit applid tsn UOW(unit-of-work) monitor status

Reason:

This informational messages occurs if a CICS connects to a MUF and that MUF had previous transactions from this CICS APPLID that terminated between phase one and phase two of a two-phase commit. One message line occurs for each transaction. The variables in the message text are as follows:

job-name

is the CICS job name.

run-unit

is the CICS run unit number.

applid

is the CICS application ID.

tsn

is the transaction sequence number (TSN).

UOW(unit-of-work)

Is the CICS unit of work, given within parentheses as 16 contiguous characters. Unit of work information is requested of CICS and provided to a MUF to indicate the status of each transaction.

monitor

Gives information about the monitor in the form of trantermoprtasks where:

tran Indicates a 4-byte transaction ID.

term Indicates a 4-byte term ID.

opr Indicates a 3-byte operator ID.

tasks Indicates a 5-byte task number.

status

is the type of status of a transaction as shown in the following list.

Note: You can use the status information that is provided to attempt manually determining what the results of the transaction should be. The transaction remains in the status shown in the message text until action is taken.

COMMIT

Indicates the transaction is to be committed. The COMMIT is scheduled for immediate processing.

ROLLBACK

Indicates the transaction is to be subjected to a rollback. The ROLLBACK is scheduled for immediate processing.

IN DOUBT

Indicates the transaction was processed through a different CICS that is not currently available. This transaction remains in this status until the other CICS is started, after which this CICS is then disconnected and then reconnected.

COLD START

Indicates the CICS was cold started and does not know the transaction status.

Action:

If the action is COLD START, this CA Datacom transaction waits for a console command to the MUF of either REQCOMIT or REQROLBK to cause it to be either committed or set to roll back. This manual condition only occurs in the rare cases of using two-phase commit transactions and the window where MUF or CICS terminates after phase one and before phase two. If the action is not COLD START, this message is for information only.