Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-38
Cause. The JUSTIFIED clause can appear only in an alphabetic or alphanumeric
elementary item.
Effect. The DDL compiler rejects the object.
Recovery. Remove the JUSTIFIED clause and recompile.
Cause. You have specified the indicated key attribute on an alternate key
specification.
Effect. The DDL compiler rejects the object.
Recovery. Specify a different key attribute.
Cause. A dictionary was updated incorrectly.
Effect. The DDL compiler rejects the object.
Recovery. Rebuild the dictionary.
Cause. You specified a file name for an alternate key assignment in a RECORD
statement that is not unique. The file name is already specified for another alternate
key, and either or both keys are specified as unique.
Effect. The DDL compiler rejects the object.
Recovery. Specify a different file name for the alternate key.
Cause. You specified a key field for an unstructured file; unstructured files cannot
have key fields.
Effect. The DDL compiler rejects the record.
Recovery. Remove the key specification and recompile.
***ERROR*** JUSTIFIED must be on alphabetic or alphanumeric
item
***ERROR*** Key attribute already spedified- key-attribute
***ERROR*** Key element invalid- Dictionary is corrupt
***ERROR*** Key file name already used- file-name
***ERROR*** Keys specified for unstructured file