DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A- 4
DDL Error and Warning 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.
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.
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.
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.
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.
Cause. The record definition for a structured file has a BUFFERSIZE clause;
BUFFERSIZE applies only to unstructured files.
Effect. DDL rejects the object.
***ERROR*** BLOCK must be 512, 1024, 2048, or 4096 bytes
***ERROR*** BLOCK specified for an UNSTRUCTURED file
***FATAL ERROR*** Buffer stack too close to data stack
***ERROR*** BUFFERSIZE must be 512, 1024, 2048, or 4096 bytes
***ERROR*** BUFFERSIZE specified for a structured file