Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-42
Cause. You requested Pascal source output for a record or definition that was created
with matched2 alignment.
Effect. The DDL compiler does not generate the Pascal source.
Recovery. Compile the definition without the CFIELDALIGN_MATCHED2 command.
Cause. A schema contains a SECTION command with no section name, and a
SOURCE command requests a section in that schema.
Effect. The DDL compiler ignores the SECTION command.
Recovery. Specify a name in the SECTION command and recompile if you want to.
Cause. A group description at lexical level n is followed by a group or field description
at level n or less; for example:
02 A.
02 B PIC X.
Effect. The DDL compiler rejects the object.
Recovery. Correct the level numbers and recompile.
Cause. You have entered a VALUE clause that contains more than one initial value.
Effect. The DDL compiler rejects the object.
Recovery. Remove all but one initial value and recompile.
Cause. The RECORD statement contains more than one SEQUENCE IS clause.
Effect. The DDL compiler rejects the object.
Recovery. Remove all but one SEQUENCE IS clause and recompile.
***WARNING*** Matched2 alignment not supported in Pascal
***ERROR*** Missing section name
***ERROR*** Missing subfields
***ERROR*** More than one initial VALUE specified
***ERROR*** More than one sequence clause specified-
record-name