Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-76
Cause. The value specified in a VALUE clause cannot be mapped to the declared
data type.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. A field definition or description contains both OCCURS and VALUE clauses. A
field described with an OCCURS clause cannot have an initial value.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. A field definition or description contains both REDEFINES and VALUE
clauses. A field described with a REDEFINES clause cannot have an initial value.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. The field or group name following the keyword FOR in a TOKEN-MAP
VERSION clause cannot be found in the referenced definition.
Effect. The DDL compiler rejects the token map.
Recovery. Check the referenced definition. Either correct the name in the VERSION
clause, or correct the field or group name in the referenced definition; then recompile.
Cause. A field or group name in a definition referenced by a TOKEN-MAP VERSION
clause is not unique within the definition.
Effect. The DDL compiler rejects the token map.
Recovery. Check the referenced definition, and qualify the group or field name that
follows FOR in the VERSION clause to make the name unique; then recompile.
***ERROR*** VALUE invalid or inconsistent with data type-
value
***ERROR*** VALUE item found with or within an OCCURS name
***ERROR*** VALUE item found with or within REDEFINES name
***ERROR*** Version FOR name not found
***ERROR*** Version FOR name not unique