M204.0618

From m204wiki
Revision as of 13:21, 25 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0618  Roll forward logging required to update file fileName

You are attempting to open a file with update privileges. The file manager specified that roll forward logging is required to update this file and roll forward logging is not in effect for this run. A file is opened for update either by opening a public or a semipublic file with default update privileges or by opening a private or a semipublic file and specifying a password with update privileges.

The file manager specifies that roll forward logging is required to update this file by turning on the X'80' bit of the FRCVOPT parameter.

Response: Consult with your file manager and your system manager. The system manager should turn on roll forward logging (RCVOPT = 8) for the run, or the file manager should not require roll forward logging for updating this file.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages