Pathmaker Reference Manual
DELETE Statement
Pathmaker Application Definition Language (PMADL)
2–10 067869 Tandem Computers Incorporated
You cannot delete the APPL-CONFIG or SERVICE-MAP objects, nor can you delete
system processes described by PROCESS-CONFIG objects.
Examples The following statement deletes services named SERV-1, SERV-2, and SERV-5.
> DELETE SERVICE serv-1, serv-2, serv-5 ;
The following statement removes all requesters from the project catalog.
> DELETE ! REQ *;
The following statement removes all macros from the project catalog after PMADL
prompts you to confirm the delete operation.
> DELETE MACRO * ;