M204.0622: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add italics)
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">token0</var> OF <var class="term">dd mmm yyyy hh:mm:ss.th</var> WAS HIGHEST UPDATE REAPPLIED TO <var class="term">fileName</var> BY recovery method</LI>
<LI>UPDATE <var class="term">token0</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">token0</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 recovery method</LI>
<LI>UPDATE <var class="term">token0</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">token0</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>
<LI>UPDATE <var class="term">token0</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>
Line 23: Line 23:
</ul>
</ul>
<P>
<P>
The message is generated only if the <var>FISTAT</var> parameter indicates that the file has been recovered (X'10').</P>
The message is generated only if the <var>FISTAT</var> parameter indicates that the file has been recovered (X'10').
</P>
{{Template:M204.0622 footer}}
{{Template:M204.0622 footer}}
<!-- skeleton as it was in pdf/UPDATE %C OF %C WAS %C UPDATE %C %F BY %C/-->
<!-- skeleton as it was in pdf/UPDATE %C OF %C WAS %C UPDATE %C %F BY %C/-->

Revision as of 21:40, 27 February 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 token0 OF dd mmm yyyy hh:mm:ss.th WAS HIGHEST UPDATE REAPPLIED TO fileName BY token5
  • UPDATE token0 OF dd mmm yyyy hh:mm:ss.th WAS LOWEST UPDATE BACKED OUT OF fileName BY token5
  • UPDATE token0 OF dd mmm yyyy hh:mm:ss.th WAS LOWEST UPDATE PARTIALLY REAPPLIED TO fileName BY token5

Where:

  • token0 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=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