M204.0833: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 9: Line 9:


<li>If the message does not contain the keyword <var>CREATE</var>, then a non-remote file appears more than once after synonym expansion for a permanent, temporary, or ad hoc group. In the case of permanent and temporary groups,
<li>If the message does not contain the keyword <var>CREATE</var>, then a non-remote file appears more than once after synonym expansion for a permanent, temporary, or ad hoc group. In the case of permanent and temporary groups,
further messages should indicate an OPEN failure. For ad hoc groups, the statement containing the clause fails to compile. </li>
further messages should indicate an <var>OPEN</var> failure. For ad hoc groups, the statement containing the clause fails to compile. </li>
</ul>
</ul>
<p>
<p>

Latest revision as of 16:56, 26 March 2018

M204.0833  Duplicate files "token" : token2 rejected

Either of these:

  • If the message contains the keyword CREATE, then a non-remote file appears more than once in the FROM clause of a CREATE GROUP command for a permanent or temporary group or appears more than once in a SOUL In clause. Each non-remote group member must be unique. Uniqueness is determined without any synonym expansion. The group is not created, or the In clause is not compiled.

    If PQO is active, the non-uniqueness of remote group members is determined on the server.

  • If the message does not contain the keyword CREATE, then a non-remote file appears more than once after synonym expansion for a permanent, temporary, or ad hoc group. In the case of permanent and temporary groups, further messages should indicate an OPEN failure. For ad hoc groups, the statement containing the clause fails to compile.

Response: Remove the duplicate file, and retry the command or clause. In the second case above, this may involve the changing of file synonyms by reissuing the DEFINE FILE command. If so, and the group involved is temporary or permanent, the group need not be deleted and recreated.

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