DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -32
DDL Error and Warning Messages
Recovery. Correct the display format and recompile.
Cause. The edit picture you specified in an EDIT-PIC clause does not follow the
COBOL85 rules for edit pictures.
Effect. DDL rejects the object.
Recovery. Specify a valid edit picture and recompile.
Cause. A compiler command specifies an invalid file name.
Effect. DDL ignores the command.
Recovery. Correct the file name and recompile if necessary.
Cause. The FILE IS clause of a RECORD statement specifies an invalid file name
Effect. DDL rejects the object.
Recovery. Correct the file name and recompile.
Cause. A hyphen (-) is the last character of a name identifying a record, definition,
group, or field.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile.
Cause. A specified level number is less than 02 or greater than 49, or an elementary
field with level
n
is followed by an elementary field or a group with level
n
+1 or greater.
Effect. DDL rejects the object.
Recovery. Correct the level number and recompile.
***ERROR*** Invalid EDIT picture
***WARNING*** Invalid file name
***ERROR*** Invalid file name
***ERROR*** Invalid identifier format
***ERROR*** Invalid lexical level