GDEVICE Procedure

DELETE Statement

Deletes the device entry from the current catalog.
Restriction: Not valid in browse mode.
Requirement: You must have Write access to the current catalog to delete a device entry. You must specify the CATALOG= option in the PROC GDEVICE statement to have Write access to the current catalog.
Note: A device entry cannot be restored once it has been deleted. Depending on the environment in which you are using the GDEVICE procedure, you might be asked to verify that you really want to delete the entry.

Syntax

DELETE device-entry;

Required Argument

device-entry
specifies the one-level name of device entry to delete.
Restriction:The entry must exist in the current catalog.