Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-23
Cause. The DDL compiler detected one or more errors while processing the statement
for object-name.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error or errors and recompile.
Cause. The ERRORS command specifies an integer that is not in the range 1 through
32767.
Effect. The DDL compiler ignores the ERRORS command.
Recovery. Specify a valid value in the ERRORS command and recompile.
Cause. A SOURCE command contains multiple input lines, but the second and
following input lines do not start with ?.
Effect. The DDL compiler might process subsequent input lines incorrectly.
Recovery. Put ? at start of each SOURCE input line and recompile.
Cause. A value for EXT is not a multiple of the block size; the default block size is
4096 bytes.
Effect. The DDL compiler rejects the object.
Recovery. Change the EXT value to a multiple of BLOCK. For example, if BLOCK =
4096, 4 is a valid value for EXT, not 3.
Cause. A value for EXT is not a multiple of the buffer size; the default buffer size is
4096 bytes.
Effect. The DDL compiler rejects the object.
***WARNING*** Errors detected- no output produced for
object-name
***WARNING*** ERRORS is not a legal positive integer- value
not changed
***WARNING*** Expecting continuation of source command
***ERROR*** EXT is not a multiple of BLOCK
***ERROR*** EXT is not a multiple of BUFFERSIZE