Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-49
Cause. A dictionary was updated incorrectly.
Effect. The DDL compiler rejects the object.
Recovery. Rebuild the dictionary.
Cause. An object you attempted to create or delete is referenced by another object.
Effect. The DDL compiler does not create or delete the object.
Recovery. Delete the referring object before creating or deleting the specified object.
You can use the SHOW USE OF statement to determine which objects use the
specified object and the OUTPUT UPDATE statement to perform the deletion.
Cause. The object you attempted to create has the same name as an object that is
already in the open dictionary.
Effect. The DDL compiler rejects the object.
Recovery. Give the object a different name and recompile.
Cause. An object specified in a statement or command or referenced by another
object is not in the open dictionary.
Effect. The DDL compiler does not execute the statement or command, or the DDL
compiler rejects the referring object.
Recovery. Define the missing object and reissue the command or statement, or
recompile the referring object.
***ERROR*** Object element invalid- Dictionary is corrupt
***ERROR*** Object is used by some other object(s)-
object-name
***ERROR*** Object name already exists in dictionary
***ERROR*** Object not in dictionary- object-name