DELETE SYNONYM [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL SDMAIN
DELETE SYNONYM
Deletes a synonym from an entity.
Syntax
DEL[ETE] SYN[ONYM] synonym-name
;E[NTITY-]T[YPE]= entity-type-name
.
Parameters
synonym-name Name of the synonym to be deleted.
entity-type-name Name of the type of the entity from which to delete
a synonym.
Description
Since the synonym name must be unique in the entity name set for the
type, the entity name is not needed to delete a synonym.
Open Mode: Shared-update or exclusive-update
Scope: DA scope or the owner scope of the entity to which the
synonym is assigned
Example
The following example deletes the element synonym purch-date.
>DELETE SYNONYM purch-date;
>>ENTITY-TYPE = element.
>
MPE/iX 5.0 Documentation