DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -21
DDL Error and Warning Messages
Cause. DDL detected one or more errors while processing the statement for
object-
name.
Effect. DDL 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–32767.
Effect. DDL 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. DDL 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. DDL 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, but 3 is not.
Cause. A value for EXT is not a multiple of the buffer size; the default buffer size is
4096 bytes.
Effect. DDL rejects the object.
Recovery. Change the EXT value to a multiple of BUFFERSIZE. For example, if
BUFFERSIZE = 4096, 4 is a valid value for EXT, but 3 is not.
***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
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...