DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -10
DDL Error and Warning Messages
Cause. A CONSTANT statement has a value that is greater than the 130 ASCII
character limit set for DDL.
Effect. DDL does not generate Pascal code for the constant or for any object that
refers to the constant.
Recovery. Shorten the constant value and regenerate the Pascal constant or object
that refers to the constant.
Cause. A CONSTANT statement has a value greater than 128 ASCII characters, and
TAL source code is requested.
Effect. DDL does not generate TAL code for the constant or for any object that refers
to the constant.
Recovery. Shorten the constant value and regenerate the TAL constant or object that
refers to the constant.
Cause. A CONSTANT statement has either a value greater than 130 ASCII characters
or a value that was made greater by DDL emitting a tilde (~) preceding the special
TACL characters [ ] { } | ==, and TACL code is requested.
Effect. DDL does not generate TACL code for the constant or for any object that refers
to the constant.
Recovery. Shorten the constant value and regenerate the TACL constant or object
that refers to the constant.
Cause. You specified an SQL DATETIME or SQL INTERVAL item within a group that
contains a VALUE clause.
Effect. DDL rejects the group.
Recovery. Remove the VALUE clause or the SQL DATETIME or SQL INTERVAL item
from the group, and then recompile.
***ERROR*** CONSTANT in Pascal exceeds DDL’s 130-byte limit-
constant-name
***ERROR*** CONSTANT’s representation exceeds TAL’s 128-byte
limit- constant-name
***ERROR*** CONSTANT’s TACL representation exceeds DDL’s
130-byte limit- constant-name
***ERROR*** DATETIME or INTERVAL item found within group with
VALUE clause