Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-68
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. The DDL compiler 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. The DDL compiler 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. The DDL compiler 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. The DDL compiler rejects the token code.
Recovery. Use the name of an existing token type and recompile.
Cause. An OCCURS clause is already specified in the TOKEN-TYPE statement.
Effect. The DDL compiler rejects the token type.
Recovery. Delete one of the OCCURS clauses and recompile.
***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
***ERROR*** TOKEN-TYPE OCCURS multiply defined