M204.0621

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

M204.0621  File fileName recoverType to recoverPoint dateTime

This informational message specifies the recovery status of the file being opened. The recovery status is indicated as follows:

  • FILE fileName REGENERATED TO CHECKPOINT OF dd mmm yyyy hh:mm:ss.th
  • FILE fileName REGENERATED TO DISCONTINUITY OF dd mmm yyyy hh:mm:ss.th
  • FILE fileName ROLLED BACK TO CHECKPOINT OF dd mmm yyyy hh:mm:ss.th
  • FILE fileName ROLLED BACK TO DISCONTINUITY OF dd mmm yyyy hh:mm:ss.th

Where:

  • FILE fileName specifies the file being opened.
  • 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.

The message is generated 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