Data Definition Language (DDL) Reference Manual

Dictionary Maintenance
Data Definition Language (DDL) Reference Manual529431-004
10-8
Modifying Dictionary Objects
Modifying Dictionary Objects
Modifying an object stored in a dictionary is similar to deleting an object. If the object is
never referenced by other objects, the modification is comparatively simple. If the
object is referenced by other objects, then you must first delete and then redefine the
referring objects.
Objects that can be referenced by other objects are:
Constants
Definitions
SPI token types
Objects that are never referenced by other objects are:
Records
SPI token codes
SPI token maps
Topics:
Modifying Unreferenced Objects on page 10-9
Modifying Referenced Objects on page 10-10
Record EMPLOYEE deleted from dictionary.
3 Delete Definition EMPLOY
Definition EMPLOY deleted from dictionary.
4
!DELETE DEF age.
Delete AGE definition
Definition AGE deleted from dictionary.
!EXIT
Exit from DDL compiler
Objects: Added Replaced Deleted
Definitions 0 0 2
Records 0 0 1
Dictionary on subvol \SYS1.$DATA.SALES is closed.
Errors detected: 0
Warnings detected: 0
Example 10-5. Deleting a Referenced Object From a Dictionary (page 2 of 2)