Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-69
Cause. A VALUE clause is already specified in the TOKEN-TYPE statement.
Effect. The DDL compiler rejects the token type.
Recovery. Delete one of the VALUE clauses and recompile.
Cause. No VALUE clause is specified in the TOKEN-TYPE statement
Effect. The DDL compiler rejects the token type.
Recovery. Specify a VALUE clause.
Cause. The VALUE clause in a TOKEN-TYPE statement contains or represents a
token data type number that is outside the acceptable range.
Effect. The DDL compiler rejects the token type.
Recovery. Specify a correct number in the VALUE clause.
Cause. A definition or record contains more than 2,000 elements, the symbol table
maximum limit.
Effect. The DDL compiler rejects the object, closes the dictionary, and stops
processing.
Recovery. Shorten the definition or record and recompile.
Cause. The number of errors specified in the ERRORS command has been reached.
Effect. The DDL compiler closes the dictionary and source code files and stops
processing.
Recovery. Correct the errors and recompile.
***ERROR*** TOKEN-TYPE VALUE multiply defined
***ERROR*** TOKEN-TYPE VALUE not defined
***ERROR*** TOKEN-TYPE VALUE must be between 0 and 255
***FATAL ERROR*** Too many elements for symbol table
***FATAL ERROR*** Too many errors- complilation terminating