M204.0555

From m204wiki
Revision as of 04:58, 25 February 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.0555  Extra numeric field ignored in recnum​=​token​,​ field​=​token2

The field name specified in the message is a NUMERIC RANGE field. A User Language request, FLOD instruction, or Host Language Interface function illegally attempts to store a second value for the field name in a record. The attempt fails since two values for NUMERIC RANGE fields cannot exist at once.

The message may list the field name only, not the Table B record number.

Response: Delete the old field name, add the new field name, and try again.

Message attributes:

RETCODEO=40Sets online return code
RETCODEB=40Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' 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

Back to list of messages