DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -47
DDL Error and Warning Messages
Cause. A dictionary was updated incorrectly.
Effect. DDL rejects the object.
Recovery. Rebuild the dictionary.
Cause. An object you attempted to create or delete is referenced by another object.
Effect. DDL 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. DDL 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. DDL does not execute the statement or command, or DDL rejects the referring
object.
Recovery. Define the missing object and reissue the command or statement, or
recompile the referring object.
Cause. The
next-obj
number in DICTDDF exceeds the unsigned 32-bit range. The
dictionary is full and no more objects can be added.
Effect.
D
DL closes the dictionary and output files and stops processing.
Recovery. Delete some objects from the dictionary and recompile.
***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
***FATAL ERROR*** Object number exceeded maximum value in DDF