SCF Reference Manual for G-Series RVUs (G06.24+)

SCF Commands
SCF Reference Manual for G-Series RVUs520413-004
5-97
RENAME Command
RENAME Command
The RENAME command changes the name of an object. The object state is not
affected by changing the object name.
This is a sensitive command.
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable file-spec is defined on page 5-9.
object-spec
designates the object to be renamed. The variable object-spec is defined on
page 5-2. If object-spec is omitted, the assumed object is renamed. For
information about characteristics of the assumed object, see ASSUME Command
on page 5-36.
target-object-name
designates the new name for the object.
SEL [ NOT ] state
directs the command only at objects in the specified state or only at those not in
the specified state. Valid states are listed in Table 3-1 on page 3-7. The use of this
option is subsystem-specific.
Examples
The following command renames an SU object name from $LINE1.#SU1 to
$LINE1.#SU2:
-> RENAME SU $LINE1.#SU1,$LINE1.#SU2
The following command renames the $DATA01 disk.
-> RENAME STORAGE $DATA01, $SPARE01
RENAME [ /OUT file-spec/ ] [ object-spec ]
, target-object-name [ , SEL [ NOT ] state ]