M204.0423
M204.0423 Range field occurs more than once in record recNum
A redefine attempted to give a field the NUMERIC RANGE attribute, but a record in the file has more than one occurrence of the field. See Redefining NUMERIC RANGE fields.
Response: If this field must have the NUMERIC RANGE attribute, find all records with more than one occurrence of this field with a SOUL request that uses a Count Occurrences statement. Delete multiple occurrences until only one remains. Then retry the REDEFINE command.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |