The rename/variable command is used to rename a variable.
Windows/OpenVMS Format:
rename/variable old_variable_name new_variable_name [/qualifiers]
UNIX/Linux Format:
mvvar old_variable_name new_variable_name [-qualifiers]
/[no]log or -[no]log
/[no]confirm
/node or -node = target_node
Windows/OpenVMS:
Schedule> rename/variable sch_test_var sch_dev_var
UNIX/Linux:
Schedule> mvvar sch_test_var sch_dev_var
/[no]confirm or -[no]confirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname or -node =hostname
The qualifier specifies what node (either local or remote) you want the operation performed on.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.