M204.0868: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <code>s)
 
Line 1: Line 1:
{{Template:M204.0868 skeleton}}
{{Template:M204.0868 skeleton}}
<P>You have attempted to create a temporary or permanent group with a group name that already exists. If you are trying to create a temporary group, you already created this group. If you are attempting to create a permanent
<P>
group, someone previously defined this group. The DISPLAY GROUP ALL command can be used to see what groups are currently defined. </P>
You have attempted to create a temporary or permanent group with a group name that already exists. If you are trying to create a temporary group, you already created this group. If you are attempting to create a permanent
<p><b>Response:</b> If this is a permanent group, contact your system manager to resolve the naming conflict. If this is a temporary group, select a new name and reissue the command. </p>
group, someone previously defined this group. A <code>DISPLAY GROUP ALL</code> command can be used to see what groups are currently defined. </P>
<p>
<b>Response:</b> If this is a permanent group, contact your system manager to resolve the naming conflict. If this is a temporary group, select a new name and reissue the command.  
</p>
{{Template:M204.0868 footer}}
{{Template:M204.0868 footer}}
<!-- skeleton as it was in pdf/GROUP ALREADY EXISTS /-->
<!-- skeleton as it was in pdf/GROUP ALREADY EXISTS /-->

Latest revision as of 20:54, 15 March 2018

M204.0868  Group already exists

You have attempted to create a temporary or permanent group with a group name that already exists. If you are trying to create a temporary group, you already created this group. If you are attempting to create a permanent group, someone previously defined this group. A DISPLAY GROUP ALL command can be used to see what groups are currently defined.

Response: If this is a permanent group, contact your system manager to resolve the naming conflict. If this is a temporary group, select a new name and reissue the command.

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