HP DDL D40 Reference Manual page 410

Data definition language
Table of Contents

Advertisement

DDL 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.
***ERROR*** Logical type mixing not supported by FORTRAN-
object-name
Cause. An object to be written to a FORTRAN source file contains both LOGICAL 2
and LOGICAL 4 data types.
Effect. DDL 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.
***WARNING*** Matched2 alignment not supported in Pascal
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.
***ERROR*** Missing section name
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.
***ERROR*** Missing subfields
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*** More than one initial VALUE specified
Data Definition Language (DDL) Reference Manual—426798-002
DDL Error and Warning Messages
A -40

Advertisement

Table of Contents
loading

Table of Contents