HP 3000 Manuals

MODIFY SCOPE-ENTITY [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

MODIFY SCOPE-ENTITY 

Modifies the access a scope has to an entity.

Syntax 

     M[ODIFY] S[COPE-]E[NTITY] scope-name 
               ;E[NTITY] = entity-name 
               ;E[NTITY-]T[YPE] = entity-type-name 
               ;S[COPE-]A[CCESS] = scope-access 
               .

Parameters 

scope-name            Name of the scope with which the entity is
                      associated.

entity-name           Name of the entity that is associated with the
                      scope.

entity-type-name      Name of the type of the entity that is associated
                      with the scope.

scope-access          The new access allowed to the entity.  The two
                      types of access that are allowed are:

                      read          The scope can only read the entity
                                    information.

                      modify        The scope may modify the entity; read
                                    access is automatically assigned.

The scope to be given access must have create capability to be allowed
modify access.

Description 

Open Mode:       Shared-update or exclusive-update

Scope:           DA scope or the entity's owner scope

Example 

The following example changes the access allowed the scope personnel to
the document IND-102 to modify access.

     >MODIFY SCOPE-ENTITY personnel; 
     >>ENTITY = IND-102; 
     >>ENTITY-TYPE = document; 
     >>SCOPE-ACCESS = modify. 
     >


MPE/iX 5.0 Documentation