DSNR014I EXCLUDED RURE TABLE
Explanation
This message contains a list of RUREs which are being bypassed because of the conditional restart. Either they were to be processed in a phase that was bypassed or they were outside the log range.
The following list describes each
column of the table:
- T
- Connection type. The values could be:
- B
- Batch: a batch program or QMF user.
- I
- Internal: a system service being performed on some user's behalf.
- S
- Subsystem: work that originated from an attached subsystem, either CICS® or IMS/VS.
- CONID
- Connection identifier for related URs. Batch connections are not related to any other connection. Subsystem connections with the same identifier indicate URs that originated from the same subsystem.
- CORRID
- Correlation identifier; unique within a subsystem connection, it relates a UR to a particular CICS or IMS/VS transaction.
- AUTHORIZATION ID
- Authorization identifier of the user for whom this UR was created.
- PLAN
- Name of the plan allocated to the UR.
- S
- Restart status of the UR. When Db2 came
down, the UR was in one of these situations:
- A
- INABORT: The UR was in the 'must-complete' phase of abort, and is yet to be completed.
- C
- INCOMMIT: The UR was in the 'must-complete' phase of commit, and is yet to be completed.
- D
- INDOUBT: The UR had completed the first phase of commit, but Db2 had not received the second phase instruction. The UR must be remembered so it can be resolved when the owning subsystem reattaches.
- F
- INFLIGHT: The UR had not completed the first phase of commit, and will be backed out.
- P
- POSTPONED ABORT: The UR has not yet completed backout. Backout must be completed outside of Db2 restart by means of the -RECOVER POSTPONED command.
- URID
- UR identifier, the log RBA of the beginning of this unit of work. It is the earliest RBA required to process the UR during Restart.
- DAY
- The day the UR was created, in the format 'ddd'. It is approximately the time of the first SQL statement of the application or the first SQL statement following a commit point.
- TIME
- The time the UR was created, in the format 'hh mm ss'. It is approximately the time of the first SQL statement of the application or the first SQL statement following a commit point.
System action
Restart continues.