M204.0556

From m204wiki
Jump to navigation Jump to search

M204.0556  Extra numeric field ignored in recnum​=​token​,​ field​=​token2

A NUMERIC RANGE field can exist only once in each record. The request is attempting to insert a second NUMERIC RANGE field for the field name in the record.

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

Response: Correct the statement, and retry.

Message attributes:

RETCODEO=98Sets online return code
RETCODEB=98Sets 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