Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-35
Effect. The DDL compiler rejects the object.
Recovery. Correct the PICTURE string and recompile.
Cause. The first value in a specified range is greater than the second value.
Effect. The DDL compiler rejects the object containing invalid range.
Recovery. Correct the range and recompile.
Cause. A section name in a SOURCE command is invalid or is not present when
expected, or a comma is missing between section names in a SOURCE command.
Effect. The DDL compiler issues a warning and ignores the SOURCE command.
Recovery. Correct the error and recompile.
Cause. A TYPE clause specifies a size that is invalid for the particular data type.
Effect. The DDL compiler rejects the object.
Recovery. Correct the error and recompile.
Cause. The subsystem ID you specified in an SSID clause is not in the correct format
for a subsystem ID.
Effect. The DDL compiler rejects the object.
Recovery. Specify the subsystem ID correctly and recompile.
Cause. A statement violates DDL syntax rules. Specifying a DDL keyword as the
constant name in a CONSTANT statement can cause this error.
Effect. The DDL compiler rejects the object.
Recovery. Modify the statement to conform to DDL syntax rules and recompile.
***ERROR*** Invalid range specified
***WARNING*** Invalid section name
***ERROR*** Invalid size for element type
***ERROR*** Invalid SSID format
***ERROR*** Invalid syntax- ^ under symbol where error
encountered