DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -70
DDL Error and Warning Messages
Cause. A SOURCE command does not terminate with a file name or a closing
parenthesis following a list of section names, or a comma is missing after a section
name.
Effect. DDL 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. DDL rejects the object; syntax errors could result.
Recovery. Correct the error and recompile.
Cause. You are attempting to update a record that another user is updating.
Effect. DDL 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. DDL 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. DDL rejects the object.
Recovery. Correct the error and recompile.
***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