DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -11
DDL Error and Warning Messages
Cause. The record definition of a key-sequenced file contains a DCOMPRESS clause
that makes the block size of the record 1 byte longer than specified in the BLOCK
clause.
Effect. DDL rejects the object.
Recovery. Specify a smaller record size, or remove the DCOMPRESS clause.
Cause. The record definition of a key-sequenced file contains a DCOMPRESS clause,
but the specified primary key does not have offset 0.
Effect. DDL rejects the object.
Recovery. Specify a primary key that has offset 0, or remove the DCOMPRESS
clause.
Cause. You are attempting to run DDL on an unsupported version of the operating
system.
Effect. The DDL process does not start.
Recovery. Consult your system manager.
Cause. An internal error has occurred. No user error is implied.
Effect. DDL closes the dictionary and output files and stops processing.
Recovery. Consult your system manager.
Cause. The DDL slap bit is not set.
Effect. DDL stops processing.
Recovery. Consult your system manager.
***ERROR*** DCOMPRESS made record one byte too long for block
***ERROR*** DCOMPRESS specified but promary key has nonzero
offset
***FATAL ERROR*** DDL cannot run on this version of GUARDIAN
***FATAL ERROR*** DDL internal error
***FATAL ERROR*** DDL microcode not installed on this cpu