Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-74
Effect. The DDL compiler groups the bit fields that reside in the same word and
generates the output to the integer data type.
Recovery. Change the data type and recompile.
Cause. A SOURCE command does not stop with a file name or a closing parenthesis
following a list of section names, or a comma is missing after a section name.
Effect. The DDL compiler ignores the SOURCE command.
Recovery. Correct the error and recompile if necessary.
Cause. A single or double quotation mark does not have a corresponding closing
quotation mark on the same input line.
Effect. The DDL compiler rejects the object; syntax errors can result.
Recovery. Correct the error and recompile.
Cause. You are attempting to update a record that another user is updating.
Effect. The DDL compiler does not complete the update.
Recovery. Retry the operation.
Cause. Both a VALUE and a MUST BE clause describe the same field, but the initial
value is not upshifted or cannot be upshifted.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. Both an UPSHIFT and a MUST BE clause describe the same field, but the
MUST BE range is not upshifted or cannot be upshifted.
Effect. The DDL compiler rejects the object.
***ERROR*** Unterminated SOURCE command on last line not
processed
***ERROR*** Unterminated string
***ERROR*** Update conflict, retry your operation
***ERROR*** UPSHIFT and initial VALUE conflict- value
***ERROR*** UPSHIFT and MUST BE conflict- value