M204.0555: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 04:58, 25 February 2018

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