DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -40
DDL Error and Warning Messages
Effect. DDL does not do anything.
Recovery. If you want DDL to write the record definition to a pTAL or TAL source file
without changing the literal name to a comment, shorten the key name and recompile.
Cause. An object to be written to a FORTRAN source file contains both LOGICAL 2
and LOGICAL 4 data types.
Effect.
D
DL does not write the object containing different LOGICAL data types to the
FORTRAN source file.
Recovery. Correct the error and recompile; rebuild the dictionary if necessary.
Cause. You requested Pascal source output for a record or definition that was created
with matched2 alignment.
Effect. DDL does not generate the Pascal source.
Recovery. Compile the definition without the CFIELDALIGN_MATCHED2 command.
Cause. A source schema contains a SECTION command with no section name, and a
SOURCE command requests a section in that schema.
Effect. DDL 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. DDL rejects the object.
Recovery. Correct the level numbers and recompile.
***ERROR*** Logical type mixing not supported by FORTRAN-
object-name
***WARNING*** Matched2 alignment not supported in Pascal
***ERROR*** Missing section name
***ERROR*** Missing subfields
***ERROR*** More than one initial VALUE specified