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

4-126
Open Mode: Shared-update or exclusive-update
Scope: DA scope, the domain's owner scope, or the scope from which access is to be removed
Example
The following example removes access to the domain extra-domain from the scope candidate.
>REMOVE SCOPE-DOMAIN candidate;
>>DOMAIN = extra-domain.
>
REMOVE SCOPE-ENTITY
Removes a scope's access to an entity.
Syntax
REM[OVE] S[COPE-]E[NTITY] scope-name
;E[NTITY] = entity-name
;E[NTITY-]T[YPE] = entity-type-name
.
Parameters
scope-name Name of the scope from which to remove access to the entity.
entity-name Name of the entity from which access by the scope is being removed.
entity-type-name Name of the type of the entity.
Description
You cannot remove access to an entity from its owner scope.
Open Mode: Shared-update or exclusive-update
Scope: DA scope, the entity's owner scope, or the scope from which access is to be removed
Example
The following example removes access to the file manuals from the scope training.
>REMOVE SCOPE-ENTITY training;
>>ENTITY = manuals;
>>ENTITY-TYPE = file.
>
REMOVE SCOPE-RELATIONSHIP
Removes a scope's access to a relationship.