RENAME ATTRIBUTE [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL SDMAIN
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.
>
MPE/iX 5.0 Documentation