HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4-76
[;P[ASSWORD] = [password-parameter ]]
.
Parameters
scope-name Name of the scope to be deleted.
new-scope-name Name of the scope that is the owner of all dictionary objects previously owned by the
deleted scope. The current scope is the default new owner scope if you do not specify
one.
password-parameter The password that gives access to the new owner scope. This password is the same
passwordthatwas assignedto thenewscope whenit was created.If youomit the pass-
word or specify the keyword without a value, a blank password is assumed.
Description
The scope rights of the new scope must be at least as great as the deleted scope.
Open Mode: Exclusive-update
Scope: DA scope or the scope's owner scope
Example
The following example deletes the scope tester and assigns everything it owns to the new owner scope
systester which has the password system*.
>DELETE SCOPE tester;
>>NEW-SCOPE = systester;
>>PASSWORD = system*.
>
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