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
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...