DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -23
DDL Error and Warning Messages
Effect. DDL rejects the object.
Recovery. Remove the OCCURS DEPENDING ON clause for the field and recompile.
Cause. A fully qualified file name was specified as a dictionary subvolume in a DICT,
DICTN, or DICTR command.
Effect. DDL ignores the file name and opens the dictionary on the specified
subvolume.
Recovery. No recovery is necessary.
Cause. DDL looked for a file name, but did not find it because of an incorrect compiler
command.
Effect. DDL skips the command.
Recovery. Correct the command and recompile.
Cause. The key assignment clause for a primary key includes a file name. You can
specify a file name in the KEY IS clause only for an alternate key.
Effect. DDL uses the file name specified in the file creation part of the record
statement and ignores the file name specified in the key assignment clause.
Recovery. No recovery is necessary because a primary key does not require a
separate file.
Cause. A FILLER field is described with a DISPLAY clause.
Effect. DDL rejects the object.
Recovery. Remove the DISPLAY clause and recompile.
Cause. A FILLER field is described with a HEADING clause.
Effect. DDL rejects the object.
***WARNING*** File name ignored when opening dictionary
***WARNING*** File name not specified
***WARNING*** File name specified for primary key is ignored
***ERROR*** Filler cannot have a DISPLAY clause
***ERROR*** Filler cannot have a HEADING clause