gtpo1mciOperations

ZOODB DELETE-Delete Data Store or Data Definition

Use this command to delete a specific data store or to delete a data definition from a specific data store.

Requirements and Restrictions

Format




DS
deletes a data store.

dsname
is the 1- to 8-character name of the data store.

DD
deletes a data definition.

ddname
is the 1- to 32-character name of the data definition to be deleted.

Additional Information

Examples

The CUSTOMER data store is deleted in the following example.

+--------------------------------------------------------------------------------+
|User:   ZOODB DEL DS CUSTOMER                                                   |
|                                                                                |
|System: OODB0047I 11.15.33 DELETE OF DS CUSTOMER COMPLETED                      |
+--------------------------------------------------------------------------------+

The CUSTOMER_INDEX data definition is deleted in the following example.

+--------------------------------------------------------------------------------+
|User:   ZOODB DEL DD CUSTOMER_INDEX DS-BANK1_DS                                 |
|                                                                                |
|System: OODB0042I 12.24.36 DD CUSTOMER_INDEX DELETED                            |
|        OODB0041I 12.24.36 DELETE COMPLETED FOR DD CUSTOMER_INDEX               |
+--------------------------------------------------------------------------------+

Related Information