SCF Reference Manual for J-Series and H-Series RVUs
SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs—529649-003
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 command is sensitive.
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
•
This command renames an SU object name from $LINE1.#SU1 to $LINE1.#SU2:
-> RENAME SU $LINE1.#SU1,$LINE1.#SU2
•
This command renames the $DATA01 disk.
-> RENAME STORAGE $DATA01, $SPARE01
RENAME [ /OUT
file-spec
/ ] [
object-spec
]
,
target-object-name
[ , SEL [ NOT ]
state
]










