M204.0606: 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.0606 skeleton}}
{{Template:M204.0606 skeleton}}
<P>You issued a CLOSE command for a file which is a member of an open temporary group. The file is left open. </P>
<P>
You issued a <var>CLOSE</var> command for a file that is a member of an open temporary group. The file is left open.  
</P>
{{Template:M204.0606 footer}}
{{Template:M204.0606 footer}}
<!-- skeleton as it was in pdf/FILE IS MEMBER OF OPEN TEMP GROUP - NOT CLOSED /-->
<!-- skeleton as it was in pdf/FILE IS MEMBER OF OPEN TEMP GROUP - NOT CLOSED /-->

Latest revision as of 21:13, 27 February 2018

M204.0606  File is member of open temp group - not token

You issued a CLOSE command for a file that is a member of an open temporary group. The file is left open.

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