Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-32
Effect. The DDL compiler rejects the object.
Recovery. Change the MUST BE range or the VALUE clause and recompile.
Cause. A group with a VALUE clause contains a field that also has a VALUE clause.
Effect. The DDL compiler rejects the object.
Recovery. Remove the VALUE clause from the field description and recompile.
Cause. An input line contains more than 132 ASCII characters.
Effect. The DDL compiler truncates the line to 132 characters.
Recovery. Break the line into several shorter lines and reenter them.
Cause. A numeric value is greater than 32,767 or less than -32,768.
Effect. The DDL compiler rejects the object.
Recovery. Change the value and recompile.
Cause. You requested language output other than Pascal for a bit map declared as a
single field. To ensure that bit maps outside group structures are compatible between
languages, field definitions for bit fields are generated as 16-bit integer items.
Effect. The DDL compiler takes no action beyond the warning message.
Recovery. No recovery is necessary.
Cause. You used an invalid special character.
Effect. The DDL compiler rejects the object.
Recovery. Remove the invalid character and recompile.
***ERROR*** Initial VALUE’s conflict in group- name
***WARNING*** Input line exceeds 132 characters; truncation
occurred
***ERROR*** Integer conversion error- value
***WARNING*** Integer type is generated for bit field-
field-name
***ERROR*** Invalid character