Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-66
Recovery. Remove one of the DEF IS clauses and recompile.
Cause. No DEF clause is specified in a TOKEN-MAP statement.
Effect. The DDL compiler rejects the token map.
Recovery. Specify a DEFINITION in the open dictionary with a DEF clause.
Cause. A TOKEN-MAP statement generates a C structure that is greater than 32,767
bytes. The entire C structure, not just individual fields, must be less than or equal to
32,767 bytes.
Effect. The DDL compiler does not generate C output for the specified token map.
Recovery. Shorten the definition referenced in the TOKEN-MAP statement and
regenerate the C source code.
Cause. A TOKEN-MAP statement generates a Pascal structure that is greater than
32,766 bytes. The entire Pascal structure, not just individual fields, must be less than
or equal to 32,766 bytes.
Effect. The DDL compiler does not generate Pascal output for the specified token
map.
Recovery. Shorten the definition referenced in the TOKEN-MAP statement and
regenerate the Pascal source code.
Cause. A TOKEN-MAP statement generates a TACL structure that is greater than
5,000 bytes. The entire TACL structure, not just individual fields, must be less than or
equal to 5,000 bytes.
Effect. The DDL compiler does not generate TACL output for the specified token map.
Recovery. Shorten the definition referenced in the TOKEN-MAP statement and
regenerate the TACL source code.
***ERROR*** TOKEN-MAP DEFINITION not specified
***ERROR*** TOKEN-MAP exceeds C 32767-byte limit-
token-map-name
***ERROR*** TOKEN-MAP exceeds Pascal 32766-byte limit-
token-map-name
***ERROR*** TOKEN-MAP exceeds TACL 5000-byte limit-
token-map-name