REMOVE SCOPE-ENTITY [ HP SYSTEM DICTIONARY/V SDMAIN Reference Manual ]

HP SYSTEM DICTIONARY/V SDMAIN Reference Manual

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.

Discussion 

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. 
     >