M204.0780: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0780 skeleton}}
{{Template:M204.0780 skeleton}}
<P>The file specified by the CREATE command is already open. </P>
<P>
<p><b>Response:</b> See your system manager. </p>
The file specified by the <var>CREATE</var> command is already open. </P>
<p>
<b>Response:</b> See your system manager.  
</p>
{{Template:M204.0780 footer}}
{{Template:M204.0780 footer}}
<!-- skeleton as it was in pdf/FILE ALREADY IN USE /-->
<!-- skeleton as it was in pdf/FILE ALREADY IN USE /-->

Latest revision as of 00:19, 2 March 2018

M204.0780  File already in use

The file specified by the CREATE command is already open.

Response: See your system manager.

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