M204.1238

From m204wiki
Jump to navigation Jump to search

M204.1238  token of file fileName was last required on token2

This informational message indicates the latest recovery history of the file being opened. The recovery history is in one of the following forms:

RECOVERY OF filename WAS LAST REQUIRED ON dd mmm yyyy hh:mm:ss.th REGENERATION OF filename WAS LAST REQUIRED ON dd mmm yyyy hh:mm:ss.th

Where:

dd mmm yyyy is the day, month, and year.

hh:mm:ss.th is time in hours, minutes, seconds, and tenths/hundredths of seconds

The message is generated only if the FISTAT parameter (X'10') indicates that the file has been recovered.

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