Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-59
Cause. A qualified name in this statement is not declared within the record that
qualifies it.
Effect. The DDL compiler rejects the object.
Recovery. Declare the referenced element earlier and recompile.
Cause. The ENUM clause in the type specification for a bit field refers to a definition
that is not of type ENUM.
Effect. The DDL compiler rejects the bit field definition or the group containing the bit
field description.
Recovery. Change the ENUM clause to refer to a definition of type ENUM, or omit the
ENUM clause, and recompile the object.
Cause. A renamed field is not at the outermost level, and pTAL or TAL output is
requested.
Effect. The DDL compiler does not produce pTAL or TAL output.
Recovery. Rebuild the object and recompile.
Cause. The starting or ending element of the renamed element is embedded in an
OCCURS clause.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. In a phrase such as “A RENAMES B THRU C,” either field C starts before field
B, or field B ends after field C.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
***ERROR*** Referenced element is not defined
***ERROR*** Referenced object is not type ENUM- object-type
***ERROR*** Renamed element nested too deeply for TAL
***ERROR*** RENAMES element has OCCURS or is within OCCURS
***ERROR*** RENAMES elements overlap improperly