M204.0617: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <code>s)
 
Line 4: Line 4:
update either by opening a public or semi-public file with default privileges to permit updating, or by opening a private or semi-public file and specifying a password with update privileges. </P>
update either by opening a public or semi-public file with default privileges to permit updating, or by opening a private or semi-public file and specifying a password with update privileges. </P>
<P>
<P>
Checkpoint logging is required when the X'40' bit of the FRCVOPT parameter is turned on. </P>
Checkpoint logging is required when the X'40' bit of the <var>FRCVOPT</var> parameter is turned on. </P>
<p>
<p>
<b>Response:</b> Consult with your file manager and your system manager. The system manager should turn on checkpoint logging for the run (RCVOPT = 1), or the file manager should turn off the bit requiring checkpoint logging. </p>
<b>Response:</b> Consult with your file manager and your system manager. The system manager should turn on checkpoint logging for the run (<code>RCVOPT=1</code>), or the file manager should turn off the bit requiring checkpoint logging.  
</p>
{{Template:M204.0617 footer}}
{{Template:M204.0617 footer}}
<!-- skeleton as it was in pdf/CHECKPOINT REQUIRED TO UPDATE FILE filename /-->
<!-- skeleton as it was in pdf/CHECKPOINT REQUIRED TO UPDATE FILE filename /-->

Latest revision as of 21:31, 27 February 2018

M204.0617  Checkpoint required to update file fileName

You are attempting to open a file with update privileges. The file manager has specified that checkpoint logging is required to update this file and checkpoint logging is not in effect for this run. A file is opened for update either by opening a public or semi-public file with default privileges to permit updating, or by opening a private or semi-public file and specifying a password with update privileges.

Checkpoint logging is required when the X'40' bit of the FRCVOPT parameter is turned on.

Response: Consult with your file manager and your system manager. The system manager should turn on checkpoint logging for the run (RCVOPT=1), or the file manager should turn off the bit requiring checkpoint logging.

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