DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -71
DDL Error and Warning Messages
Cause. An UPSHIFT clause describes a field that is defined by reference to an
existing definition, and the referenced definition already has an UPSHIFT clause.
UPSHIFT cannot be overridden in a referring definition.
Effect. DDL continues processing.
Recovery. Remove the UPSHIFT clause from the referring definition.
Cause. The FILLER command has a parameter other than 0 or 1.
Effect. DDL ignores command.
Recovery. Correct the command and reenter it.
Cause. A value other than zero was specified for the TACLGEN compiler command.
Effect. DDL does not execute the command.
Recovery. Set the value of the TACLGEN parameter to zero.
Cause. A VALUE clause specifies a value that is outside the range of values allowed
for the COBOL data type generated from the data item.
Effect. DDL does not generate COBOL output for the data item.
Recovery. Correct the value and recompile.
Cause. A binary item has a larger value than the maximum value of the generated
COBOL picture, and COBOL output is requested.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile.
***WARNING*** UPSHIFT on referencing item ignored, UPSHIFT
inherited field-name
***WARNING*** Valid FILLER parameters are 0 and 1. FILLER
unchanged
***ERROR*** Valid TACLGEN parameter is 0, TACLGEN unchanged
***ERROR*** VALUE conflicts with the COBOL data type for item
***ERROR*** VALUE contains too many digits for PIC data-pic