M204.0622: Difference between revisions
Jump to navigation
Jump to search
m (add italics) |
m (remove 0 from token0) |
||
Line 3: | Line 3: | ||
This message specifies the recovery status of the file being opened. The possible status messages are:</P> | This message specifies the recovery status of the file being opened. The possible status messages are:</P> | ||
<ul> | <ul> | ||
<LI>UPDATE <var class="term"> | <LI>UPDATE <var class="term">token</var> OF <var class="term">dd mmm yyyy hh:mm:ss.th</var> WAS HIGHEST UPDATE REAPPLIED TO <var class="term">fileName</var> BY <var class="term">token5</var> | ||
<LI>UPDATE <var class="term"> | <LI>UPDATE <var class="term">token</var> OF <var class="term">dd mmm yyyy hh:mm:ss.th</var> WAS LOWEST UPDATE BACKED OUT OF <var class="term">fileName</var> BY <var class="term">token5</var></LI> | ||
<LI>UPDATE <var class="term"> | <LI>UPDATE <var class="term">token</var> OF <var class="term">dd mmm yyyy hh:mm:ss.th</var> WAS LOWEST UPDATE PARTIALLY REAPPLIED TO <var class="term">fileName</var> BY <var class="term">token5</var> </LI> | ||
</ul> | </ul> | ||
<P> | <P> | ||
Where:</P> | Where:</P> | ||
<ul> | <ul> | ||
<LI><var class="term"> | <LI><var class="term">token</var> is the update unit number.</LI> | ||
<LI><var class="term">dd mmm yyyy</var> is the day, month, and year.</LI> | <LI><var class="term">dd mmm yyyy</var> is the day, month, and year.</LI> |
Latest revision as of 16:28, 26 March 2018
M204.0622 Update token of token2 was token3 update token4 file fileName by token5
This message specifies the recovery status of the file being opened. The possible status messages are:
- UPDATE token OF dd mmm yyyy hh:mm:ss.th WAS HIGHEST UPDATE REAPPLIED TO fileName BY token5
- UPDATE token OF dd mmm yyyy hh:mm:ss.th WAS LOWEST UPDATE BACKED OUT OF fileName BY token5
- UPDATE token OF dd mmm yyyy hh:mm:ss.th WAS LOWEST UPDATE PARTIALLY REAPPLIED TO fileName BY token5
Where:
- token is the update unit number.
- dd mmm yyyy is the day, month, and year.
- hh:mm:ss.th is the time in hours, minutes, seconds, and tenths/hundredths of a second.
- fileName is the name of the file being opened.
- token5 is ROLL FORWARD or REGENERATE.
The message is generated only if the FISTAT parameter indicates that the file has been recovered (X'10').
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |