HP DDL D40 Reference Manual page 409

Data definition language
Table of Contents

Advertisement

DDL Messages
Recovery. Put the level 88 element after a field description and recompile.
***ERROR*** LEvel 88 value inconsistent with data type
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.
***ERROR*** Level 89 clause must follow an item with TYPE
ENUM
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.
***WARNING*** LINECOUNT is not a legalk positive integer-
value not changed
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.
***WARNING*** Literal too long, commenting out literal for
key key-value
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.
***WARNING*** Literal too long for key key value
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.
Data Definition Language (DDL) Reference Manual—426798-002
DDL Error and Warning Messages
A -39

Advertisement

Table of Contents
loading

Table of Contents