DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -65
DDL Error and Warning Messages
Cause. An OCCURS clause is already specified in the TOKEN-TYPE statement.
Effect. DDL rejects the token type.
Recovery. Delete one of the OCCURS clauses and recompile.
Cause. A VALUE clause is already specified in the TOKEN-TYPE statement.
Effect. DDL 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. DDL 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. DDL 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. DDL rejects the object, closes the dictionary, and stops processing.
Recovery. Shorten the definition or record and recompile.
Cause.
T
he number of errors specified in the ERRORS command has been reached.
***ERROR*** TOKEN-TYPE OCCURS multiply defined
***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