M204.2708: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 3: Line 3:
<P>
<P>
This is an informational message that may be output by recovery after the [[M204.1200]] message. It indicates that files were updated prior to the start of a sub-transaction checkpoint, but no files were updated after that
This is an informational message that may be output by recovery after the [[M204.1200]] message. It indicates that files were updated prior to the start of a sub-transaction checkpoint, but no files were updated after that
point. All updates to [[TBO]] files participating in roll back and updated by transaction <var class="term">token0</var> have been backed out. However, the file names are unavailable for display.
point. All updates to [[TBO]] files participating in roll back and updated by transaction <var class="term">token</var> have been backed out. However, the file names are unavailable for display.
</P>
</P>
{{Template:M204.2708 footer}}
{{Template:M204.2708 footer}}
<!-- skeleton as it was in pdf/NO FILES UPDATED BY TRANSACTION <number> AFTER SUBTRAN CHKP/-->
<!-- skeleton as it was in pdf/NO FILES UPDATED BY TRANSACTION <number> AFTER SUBTRAN CHKP/-->

Latest revision as of 00:00, 4 April 2018

M204.2708  No files updated by transaction token after subtran chkp

This is an informational message that may be output by recovery after the M204.1200 message. It indicates that files were updated prior to the start of a sub-transaction checkpoint, but no files were updated after that point. All updates to TBO files participating in roll back and updated by transaction token have been backed out. However, the file names are unavailable for display.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages