HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4-128
>
RENAME ATTRIBUTE
Renames an attribute.
Syntax
REN[AME] A[TTRIBUTE] old-attribute-name
,new-attribute-name
.
Parameters
old-attribute-name Name of the attribute to be renamed.
new-attribute-name New name of the attribute.
Description
To avoid possible name conflicts with any future extensions to the core set, do not rename any attributes to
a name starting with the characters "HP" .
Open Mode: Customization
Scope: DA scope or the attribute's owner scope
Example
The following example renames the attribute length to the new name size.
>RENAME ATTRIBUTE length, size.
>
RENAME DOMAIN
Renames a domain.
Syntax
REN[AME] D[OMAIN] old-domain-name
,new-domain-name
.
Parameters
old-domain-name Name of the domain to be renamed.
new-domain-name New name of the domain.
Description
To avoid possible name conflicts with any future extensions to the core set, do not rename any domains to a
name starting with the characters "HP" .
Open Mode: Exclusive-update