M204.0622

From m204wiki
Jump to navigation Jump to search

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