M204.0410

From m204wiki
Revision as of 21:12, 24 April 2018 by JAL (talk | contribs) (link repair)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0410  Invalid use of FEW-VALUED or MANY-VALUED

In the REDEFINE FIELD command, the only situation where you can specify the attributes MV (many-valued) or FV (few-valued) is when a field is being redefined from NON-FRV NON-CODED to FRV NON-CODED or if the field was originally defined as CODED.

Response: Correct, and retry.

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