Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-25
Cause. The field inside the DEFINITION used in the TOKEN-MAP statement has an
OCCURS DEPENDING ON clause.
Effect. The DDL compiler 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. The DDL compiler ignores the file name and opens the dictionary on the
specified subvolume.
Recovery. No recovery is necessary.
Cause. The DDL compiler looked for a file name, but did not find it because of an
incorrect command.
Effect. The DDL compiler 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. The DDL compiler 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. The DDL compiler rejects the object.
Recovery. Remove the DISPLAY clause and recompile.
***ERROR*** Field has variable OCCURS-
Line.LineItem.LocalName
***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