HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)
4- 129
Scope: DA scope or the domain's owner scope
Example
The following example renames the domain dicta to the new name dictb.
>RENAME DOMAIN dicta, dictb.
>
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.
>
RENAME ENTITY-TYPE
Renames an entity type.
Syntax
REN[AME] E[NTITY-]T[YPE] old-entity-type-name
,new-entity-type-name
.