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:
is the CICS job name.
is the CICS run unit number.
is the CICS application ID.
is the transaction sequence number (TSN).
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.
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.
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.
Indicates the transaction is to be committed. The COMMIT is scheduled for immediate processing.
Indicates the transaction is to be subjected to a rollback. The ROLLBACK is scheduled for immediate processing.
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.
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|