DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -63
DDL Error and Warning Messages
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. DDL does not generate TACL output for the specified token map.
Recovery.
S
horten the definition referenced in the TOKEN-MAP statement and
regenerate the TACL source code.
Cause. The VALUE clause in a TOKEN-MAP statement is already specified.
Effect. DDL 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. DDL 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. DDL 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. DDL rejects the token type.
Recovery. Specify a correct number of occurrences.
***ERROR*** TOKEN-MAP exceeds TACL 5000-byte limit-
token-map-name
***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