HP 3000 Manuals

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


HP SYSTEM DICTIONARY XL SDMAIN

MODIFY ENTITY-TYPE-ATTRIBUTE 

Modifies entity type attribute pairs.

Syntax 

     M[ODIFY] E[NTITY-]T[YPE-]A[TTRIBUTE] entity-type-name 
             ;A[TTRIBUTE] = attribute-name1 
                          [,attribute-name2]
                                   .
                                   .
                                   .
                          [,attribute-nameN]
            [;S[COPE-]O[WNER] = scope-owner-name]
             .

Parameters 

entity-type-name      Name of the entity type involved in the pair to be
                      modified.

attribute-name(N)     Name of the attribute involved in the pairs to be
                      modified.  You can specify any number of
                      attributes.  No attribute may appear more than
                      once.

scope-owner-name      Name of the new owner scope.

Description 

If you specify more than one attribute, the operation continues until the
end of the attribute list, even if an error occurs with any previous
attribute.

Open Mode:       Customization

Scope:           DA scope or the entity type attribute pair's owner scope

Example 

The following example changes the scope owner of the entity type
attribute pairs terminal / terminal-type and terminal / manufacturer to
the scope fred.

     >MODIFY ENTITY-TYPE-ATTRIBUTE terminal; 
     >>ATTRIBUTE = terminal-type, manufacturer; 
     >>SCOPE-OWNER = fred. 
     >


MPE/iX 5.0 Documentation