M204.1706

From m204wiki
Revision as of 15:56, 7 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1706  Non-unique value token found for ORDERED field token2

REDEFINE FIELD is being used to add the UNIQUE attribute to a field, and a non-unique value for that field has been encountered. REDEFINE processing continues until all values of the field have been examined and uniqueness violations reported, then the REDEFINE is undone.

File manager response: Remove extra occurrences of the values reported from the file, then reissue the REDEFINE 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