M204.0619: 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.0619 skeleton}}
{{Template:M204.0619 skeleton}}
<P>You issued an OPEN command to open a permanent group. The message appears for each file successfully opened as part of the permanent group. </P>
<P>
You issued an <var>OPEN</var> command to open a permanent group. The message appears for each file successfully opened as part of the permanent group.  
</P>
{{Template:M204.0619 footer}}
{{Template:M204.0619 footer}}
<!-- skeleton as it was in pdf/GROUP FILE OPENED: filename /-->
<!-- skeleton as it was in pdf/GROUP FILE OPENED: filename /-->

Latest revision as of 21:33, 27 February 2018

M204.0619  Group file opened: file fileName

You issued an OPEN command to open a permanent group. The message appears for each file successfully opened as part of the permanent group.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages