Pathmaker Reference Manual
DELETE Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–9
DELETE Statement The DELETE statement deletes application objects from the current Pathmaker catalog.
DELETE [ ! ] { * }
{ {MACRO } { * |
name
, ... } }
{ {REQ[UESTER] } }
{ {SERVER } }
{ {SERVICE } }
{ {TABLE } }
;
!
Specifies that you want PMADL to delete the named objects immediately, without
prompting you to confirm that you really want the objects deleted.
*
* without a keyword deletes all objects, regardless of type, in the current catalog.
Exceptions are the service map and target application configuration.
* after a keyword deletes all objects of the specified type in the current catalog.
If you do not use the exclamatory mark (!) with this, PMADL prompts you to
confirm that you want all the objects deleted. If you enter something other than Y
to the confirmation prompt, PMADL cancels the delete operation.
MACRO
name
Specifies the name of one or more macro registrations to be deleted.
REQ[UESTER]
name
Specifies the name of one or more requesters to be deleted.
SERVER
name
Specifies the name of one or more servers to be deleted.
SERVICE
name
Specifies the name of one or more services to be deleted.
TABLE
name
Type TABLE and the name of one or more table registrations to be deleted.
Usage Considerations The Pathmaker project catalog must be open for update access when you specify the
DELETE command.
PMADL ignores objects you specify that are not defined in the catalog and continues
processing with the next object specified.