RDB/VMS Relational Database Operator DELETE_STORAGE_MAP — VMS CDD+_4.1A
Deletes a storage map. You cannot delete a storage map for a relation that has data in it. If you attempt to do so, you will receive an error message. Example: RDO> DELETE STORAGE MAP DEGREES_MAP.
Additional information available:
Format
DELETE STORAGE MAP ──────────────> map-name ─────────────> .
Additional information available:
map-name
The name of the storage map definition you want to delete.
Example
The following example deletes the storage map TEST_MAP: RDO> DELETE STORAGE MAP TEST_MAP.