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-81
MOVE Command
MOVE Command
The MOVE command relocates an object and its subordinates to another location in a
subsystem-defined object hierarchy. The move is horizontal. The object is assigned a
new parent at the same level in the hierarchy. The object itself is not renamed. The
use of this command is subsystem-specific.
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 moved. The variable
object-spec
is defined on
page 5-2. You can omit
object-spec
if it has been assumed. (See ASSUME
Command on page 5-36.)
target-parent-object
designates the new parent object for the object being moved.
Consideration
If the subsystem supports it, you can use the RENAME command (described on
page 5-97) to change the name of a moved object.
Example
This command moves the object #SU1 from $LINE to control by $LINE2:
-> MOVE SU $LINE.#SU1, $LINE2
MOVE [ /OUT
file-spec
/ ] [
object-spec
] ,
target-parent-object










