Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-60
Cause. The specified element name is a reserved word in C, COBOL, pTAL, Pascal,
or TAL; and C, COBOL, Pascal, or TAL output is requested.
Effect. The DDL compiler suppresses C, COBOL, pTAL, Pascal, or TAL output for the
object.
Recovery. Change the name and recompile; rebuild the dictionary if necessary.
Cause. The indicated constant name is a DDL reserved word.
Effect. The DDL compiler rejects the constant.
Recovery. Change the constant name to a name that is not a DDL reserved word and
recompile. For a list of DDL reserved words, see Keywords on page 2-6.
Cause. The specified number of decimal places exceeds the precision of the specified
data type.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. A SOURCE command specifies a section name in a source file, but the
section name is not in the source file.
Effect. The DDL compiler takes no action.
Recovery. Correct the error and recompile.
Cause. You entered a SETCOBOL74 or SETCOBOL85 command when a COBOL
source code file is open.
Effect. The DDL compiler takes no action.
Recovery. Close the open COBOL source code file and reenter the command.
***ERROR*** Reserved word- reserved-word
***ERROR*** Reserved word for CONSTANT name- constant-name
***ERROR*** Scale factor too large for data type
***ERROR*** Section name not found in source file-
section-name
***ERROR*** SETCOBOL cannot be specified when COBOL output
file is open