Previous Topic: Deleting TablesNext Topic: Example JCL


How to Use

Multi-User mode is required to 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. If any tables still exist in the database to be deleted, those tables are also deleted.

Valid Entries:

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

Default Value:

(No default)