Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-29
Recovery. Remove the JUSTIFIED clause from the group definition or description,
add a JUSTIFIED clause to the description of each field in the group, and recompile.
Cause. You specified a MUST BE clause for a group.
Effect. The DDL compiler rejects the object.
Recovery. Remove the MUST BE clause from the group definition or description, add
a MUST BE clause to the description of each field in the group, and recompile.
Cause. You specified a numeric value with a VALUE clause for a group; group values
must be alphanumeric
Effect. The DDL compiler rejects the object.
Recovery. Specify an alphanumeric value and recompile.
Cause. You specified a VALUE clause for a group that contains a field described with
a MUST BE clause. If a group has an initial value, none of its field descriptions can
include a MUST BE clause.
Effect. The DDL compiler rejects the object.
Recovery. Remove the MUST BE clause and recompile.
Cause. A single line of help text exceeds 77 characters.
Effect. The DDL compiler enters the object definition in the dictionary.
Recovery. If the help text must fit on Pathmaker screens, break the text into shorter
lines and recompile. A single HELP clause can have many lines of help text, but each
line must be no more than 77 characters long.
***ERROR*** Group items cannot have a MUST BE clause
***ERROR*** Group level initialization VALUE must be
alphanumeric
***ERROR*** Group with initial VALUE contains MUST BE-
group-name
***WARNING*** HELP line exceeds 77 characters
***WARNING*** Identifier name changed, might cause duplicate-
object-name