HP DDL D40 Reference Manual page 374

Data definition language
Table of Contents

Advertisement

DDL Messages
Cause. You specified a bit field as a key.
Effect. DDL rejects the object.
Recovery. Specify a field of a type other than bit as the key.
***ERROR*** BLOCK must be 512, 1024, 2048, or 4096 bytes
Cause. A block length other than 512, 1,024, 2,048, or 4,096 bytes was specified.
Effect. DDL rejects the object.
Recovery. Specify a valid block length and recompile the object.
***ERROR*** BLOCK specified for an UNSTRUCTURED file
Cause. A block length was specified for an unstructured file.
Effect. DDL rejects the object.
Recovery. Remove the block-length specification or change the file type to key-
sequenced, entry-sequenced, or relative.
***FATAL ERROR*** Buffer stack too close to data stack
Cause. The source files are nested too deeply. DDL allows approximately 20 levels of
nesting.
Effect. DDL closes the dictionary and output files and stops processing.
Recovery. Reduce the number of nesting levels of source files.
***ERROR*** BUFFERSIZE must be 512, 1024, 2048, or 4096 bytes
Cause. An invalid value was specified for BUFFERSIZE.
Effect. Effect. DDL rejects the record.
Recovery. Recovery. Change the BUFFERSIZE value to 512, 1,024, 2,048, or 4,096
and recompile.
***ERROR*** BUFFERSIZE specified for a structured file
Cause. The record definition for a structured file has a BUFFERSIZE clause;
BUFFERSIZE applies only to unstructured files.
Effect. DDL rejects the object.
Data Definition Language (DDL) Reference Manual—426798-002
DDL Error and Warning Messages
A- 4

Advertisement

Table of Contents
loading

Table of Contents