M204.1200: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 4: Line 4:
<P>
<P>
If the incomplete transaction can be backed out, this message will appear as either of these:</P>
If the incomplete transaction can be backed out, this message will appear as either of these:</P>
<P class="code">Roll Back backed out transaction <i>number</i> for the following files:</P>
<P class="code">Roll back backed out transaction <i>number</i> for the following files:</P>
<P class="code">Roll Forward backed out transaction <i>number</i> for the following files:</P>
<P class="code">Roll forward backed out transaction <i>number</i> for the following files:</P>
<P>
<P>
Update units that cannot be backed out and that may not have completed, such as procedure definitions, are left partially reapplied. The message will appear as:
Update units that cannot be backed out and that may not have completed, such as procedure definitions, are left partially reapplied. The message will appear as:
</P>
</P>
<P class="code">Roll Forward partially reapplied transaction <i>number</i> for the following files:</P>
<P class="code">Roll forward partially reapplied transaction <i>number</i> for the following files:</P>
<p>
<p>
<b>File manager response:</b> If a transaction was only partially reapplied, the file manager should consider the effect this has on the file.
<b>File manager response:</b> If a transaction was only partially reapplied, the file manager should consider the effect this has on the file.

Latest revision as of 19:23, 24 March 2018

M204.1200  Roll token transaction token2 for the following files:

Recovery initially reapplies all individual updates, then attempts to back out any incomplete transactions.

If the incomplete transaction can be backed out, this message will appear as either of these:

Roll back backed out transaction number for the following files:

Roll forward backed out transaction number for the following files:

Update units that cannot be backed out and that may not have completed, such as procedure definitions, are left partially reapplied. The message will appear as:

Roll forward partially reapplied transaction number for the following files:

File manager response: If a transaction was only partially reapplied, the file manager should consider the effect this has on the file.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages