HP 3000 Manuals

RENAME ENTITY [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

RENAME ENTITY 

Renames an entity.

Syntax 

     REN[AME] E[NTITY]  old-entity-name 
                       ,new-entity-name 
             ;E[NTITY-]T[YPE] = entity-type-name 
             .

Parameters 

old-entity-name       Name of the entity to be renamed.

new-entity-name       New name of the entity.

entity-type-name      Name of the type of the entity.

Description 

Open Mode:       Shared-update or exclusive-update

Scope:           DA scope or any scope with create capability and modify
                 access to the entity

Example 

The following example renames the element ship-date to the new name
purchase-date.

     >RENAME ENTITY ship-date, purchase-date; 
     >>ENTITY-TYPE = element. 
     >


MPE/iX 5.0 Documentation