Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-75
Recovery. Correct the error and recompile.
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. The DDL compiler continues processing.
Recovery. Remove the UPSHIFT clause from the referring definition.
Cause. The FILLER command has a parameter other than 0 or 1.
Effect. The DDL compiler ignores command.
Recovery. Correct the command and reenter it.
Cause. A value other than zero was specified for the TACLGEN command.
Effect. The DDL compiler 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. The DDL compiler 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. The DDL compiler 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