M204.0602: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add italics)
 
Line 6: Line 6:
While the operations are in progress, no other user may access the file. Also, the operations cannot begin as long as other users are accessing the file. In the case of the RESET command, this message is accompanied
While the operations are in progress, no other user may access the file. Also, the operations cannot begin as long as other users are accessing the file. In the case of the RESET command, this message is accompanied
by:</P>
by:</P>
<P class="code">M204.1236: PARAMETER parameter NOT RESET</P>
<P class="code">M204.1236: PARAMETER <i>parameter</i> NOT RESET</P>
<P>
<P>
For the other commands, this message is accompanied by the prompt:</P>
For the other commands, this message is accompanied by the prompt:</P>
Line 20: Line 20:
<b>Response:</b> Respond <code>Y</code> to attempt to access the file again or respond <code>N</code> to quit.</p>
<b>Response:</b> Respond <code>Y</code> to attempt to access the file again or respond <code>N</code> to quit.</p>
<P>
<P>
Many commands listed above can take a long time to complete. Interactive use of the commands against large files is not recommended.</P>
Many commands listed above can take a long time to complete. Interactive use of the commands against large files is not recommended.
 
</P>
{{Template:M204.0602 footer}}
{{Template:M204.0602 footer}}
<!-- skeleton as it was in pdf/FILE IS IN USE /-->
<!-- skeleton as it was in pdf/FILE IS IN USE /-->

Latest revision as of 21:08, 27 February 2018

M204.0602  File is in use

You are executing a command or SOUL request that will read or update a Model 204 file. Your attempt to access the file conflicts with the activities of other users of the file. Certain file operations require exclusive access to the file. These operations include the INITIALIZE, REDEFINE, DELETE FIELD, INCREASE, DECREASE, DUMP, RESTORE, and RESET fileParameter commands.

While the operations are in progress, no other user may access the file. Also, the operations cannot begin as long as other users are accessing the file. In the case of the RESET command, this message is accompanied by:

M204.1236: PARAMETER parameter NOT RESET

For the other commands, this message is accompanied by the prompt:

M204.1076: DO YOU REALLY WANT TO TRY AGAIN?

Situations involving the application subsystem in which this error can happen are as follows:

  • An attempt to store a procedure which you have been editing and that the subsystem has locked.
  • An attempt to access a file which conflicts with the activities of other users of the file. The subsystem uses the default response of N and exits.

Response: Respond Y to attempt to access the file again or respond N to quit.

Many commands listed above can take a long time to complete. Interactive use of the commands against large files is not recommended.

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