RENAME [ DICTIONARY 3000 ] MPE/iX 5.0 Documentation
DICTIONARY 3000
RENAME
Renames an existing entity which was created with the CREATE command.
Syntax
[option] RENAME subcommand
REN
Use the RENAME command to change the name of an entity. When an entity
is renamed, every reference to the entity in the Dictionary is also
changed. A complete list of the entities that can be renamed is given
under Subcommands.
The subcommand is used to identify the type of entity for which a change
is to occur. For example, RENAME CLASS changes the identifying number
for the specified class.
Subcommands
Any of the following subcommands can be used with the RENAME command:
CATEGORY renames an existing category
CLASS renames an existing identifying number of a
security class
ELEMENT renames an existing data element
FILE renames an existing file
GROUP renames an existing HP Inform group
LOCATION renames an existing physical location
PROCEDURE renames an existing procedure
Example
>RENAME CLASS
CLASS> 11 < Changes the identifying number
NEW NUMBER> 111 < from 11 to 111.
> New command prompt.
Subcommand Prompts
For the prompts shown with an asterisk (*), you must enter a response
other than [[RETURN]] in order to implement the command string. Two
asterisks (**) next to a prompt indicate that this prompt and those which
follow are repeated until [[RETURN]] is pressed in response to this
prompt.
You enter: You are prompted for:
SUB-
COMMAND COMMAND PROMPT
RENAME CATEGORY * CATEGORY
* NEW NAME
RENAME CLASS * CLASS
* NEW NUMBER
RENAME ELEMENT * ELEMENT
* NEW NAME
RENAME FILE * FILE
* NEW NAME
RENAME GROUP * GROUP
* NEW NAME
RENAME LOCATION * LOCATION
* NEW NAME
RENAME PROCEDURE * PROCEDURE
* NEW NAME
Prompts
depending on the subcommand used, one or more of the following prompts is
issued:
CATEGORY Enter the name of an existing category (20
characters maximum).
CLASS Enter the numeric value which is the
identifying number of an existing user security
class (0 to 9999).
ELEMENT Enter the name of an existing data element (20
characters maximum).
FILE Enter the name of an existing file (20
characters maximum).
GROUP Enter the name of an existing HP Inform group
(20 characters maximum). NOTE: $MENU can not
be renamed.
LOCATION Enter the name of an existing location (20
characters maximum).
NEW NAME Enter a new unique name for the entity (20
characters maximum).
NEW NUMBER Enter a new unique numeric value for the user
security class (0 to 9999).
MPE/iX 5.0 Documentation