M204.2118

From m204wiki
Jump to navigation Jump to search

M204.2118  1NF FILEMODL requires field attribute AT-MOST-ONE

An attempt was made to REDEFINE an AT-MOST-ONE field in a First-Normal Form (1NF) file to REPEATABLE. The 1NF File Model requires the AT-MOST-ONE Field-Level Constraint attribute to ensure that only one occurrence of a particular field appears in any given record.

File manager response: AT-MOST-ONE may not be redefined to REPEATABLE unless FILEMODL is reset to X'00', thereby disabling the 1NF File Model. Be certain that this action is appropriate, as the 1NF File Model cannot be re-enabled without re-creating and re-loading the entire file.

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