DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -64
DDL Error and Warning Messages
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. DDL rejects the token type.
Recovery. Shorten the referenced definition, make it a variable-length type, or use the
TOKEN-MAP statement instead; then recompile.
Cause. The length of the definition referenced in a TOKEN-TYPE statement multiplied
by the OCCURS value in the statement is longer than 254 bytes.
Effect. DDL rejects the token type.
Recovery. Shorten the referenced definition, make it a variable-length type, make the
OCCURS value smaller, or use the TOKEN-MAP statement instead; then recompile.
Cause. The DEF IS clause in a TOKEN-TYPE statement is already specified.
Effect. DDL rejects the token type.
Recovery. Remove one of the DEF IS clauses and recompile.
Cause. A token type is already specified in the TOKEN-CODE statement.
Effect. DDL rejects the token code.
Recovery. Delete one of the token type specifications and recompile.
Cause. The token type specified in the TOKEN-CODE statement is not in the open
dictionary.
Effect. DDL rejects the token code.
Recovery. Use the name of an existing token type and recompile.
***ERROR*** TOKEN-TYPE DEFINITION exceeds 254 bytes
***ERROR*** TOKEN-TYPE DEFINITION Length * OCCURS exceeds 254
bytes
***ERROR*** TOKEN-TYPE DEFINITION multiply defined
***ERROR*** TOKEN-TYPE multiply defined
***ERROR*** TOKEN-TYPE not found