DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -39
DDL Error and Warning Messages
Recovery. Put the level 88 element after a field description and recompile.
Cause. A level 88 value is incompatible with the type of the field that the level 88
clause describes.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile.
Cause. A field definition or description whose type is not ENUM contains a level 89
clause.
Effect. DDL rejects the object.
Recovery. Remove any level 89 clauses from the field definition or description, or
change the type to ENUM, and recompile.
Cause. The number in a LINECOUNT
number
command is not a positive integer.
Effect. The line count is unchanged.
Recovery. Correct
number
and recompile if necessary.
Cause. A literal name you used as a key in a record definition written to a pTAL or TAL
source file exceeds the pTAL or TAL limit on name size.
Effect. DDL changes the literal name to a comment.
Recovery. Shorten the key name and recompile.
Cause. A TALCHECK command found that a literal name used as a key in a record
definition to be written to a pTAL or TAL source file exceeds the pTAL or TAL limit on
name size.
***ERROR*** LEvel 88 value inconsistent with data type
***ERROR*** Level 89 clause must follow an item with TYPE
ENUM
***WARNING*** LINECOUNT is not a legalk positive integer-
value not changed
***WARNING*** Literal too long, commenting out literal for
key key-value
***WARNING*** Literal too long for key key value