Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-67
Cause. The VALUE clause in a TOKEN-MAP statement is already specified.
Effect. The DDL compiler rejects the token map.
Recovery. Remove one of the VALUE IS clauses and recompile.
Cause. No VALUE clause is specified in a TOKEN-MAP statement.
Effect. The DDL compiler rejects the token map.
Recovery. Specify a VALUE clause.
Cause. VERSION is not specified for the field inside the DEFINITION used in the
TOKEN-MAP statement.
Effect. The DDL compiler rejects the token map.
Recovery. Specify a VERSION for the field.
Cause. The OCCURS specification inside the DEF clause in a TOKEN-TYPE
statement contains a number outside the acceptable range.
Effect. The DDL compiler rejects the token type.
Recovery. Specify a correct number of occurrences.
Cause. The definition referenced in a TOKEN-TYPE statement is longer than 254
bytes. The total length of the definition is derived from the sum of the length of
individual fields in the definition, optionally repeated by an OCCURS n TIMES clause.
Effect. The DDL compiler rejects the token type.
Recovery. Shorten the referenced definition, make it a variable-length type, or use the
TOKEN-MAP statement instead; then recompile.
***ERROR*** TOKEN-MAP VALUE multiply defined
***ERROR*** TOKEN-MAP VALUE not defined
***ERROR*** TOKEN-MAP VERSION not specified for
Line.LineItem.LocalName
***ERROR*** TOKEN-TYPE can occur 1 to 254 times
***ERROR*** TOKEN-TYPE DEFINITION exceeds 254 bytes