Previous Topic: Deleting TablesNext Topic: Example JCL


How to Use

The MUF must be active when you execute this command. Execute DBUTLTY with the command:

►►─ CXXMAINT OPTION=DELETE,DBID=n ─┬────────────┬─────────────────────────────►◄
                                   └─ ,TABLE=t ─┘

Command

CXXMAINT

Invokes the function for Directory maintenance.

Required Keywords

OPTION=DELETE

Requests the option to delete database definitions from the Directory.

,DBID=

Specifies the ID of the database being deleted or containing the table being deleted.

Valid Entries:

DATACOM-ID of the database

Default Value:

(No default)

Optional Keyword

,TABLE=

Identifies a table that is to be deleted.

If this parameter is omitted, the database is deleted.

Valid Entries:

DATACOM-NAME of the table that resides in the database specified in the DBID= parameter

Default Value:

(No default)