Previous Topic

Next Topic

Rename a variable (rename/variable or mvvar)

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]

Qualifier Summary

/[no]log or -[no]log

/[no]confirm

/node or -node = target_node

Examples

Windows/OpenVMS:

Schedule> rename/variable sch_test_var sch_dev_var

UNIX/Linux:

Schedule> mvvar sch_test_var sch_dev_var

Qualifiers


/[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.

See Also

VARIABLE commands

Copy a variable (copy/variable or cpvar)

Create a variable (create/variable or mkvar)

Delete a variable (delete/variable or rmvar)

Display a list of variables (directory/variable or lsvar)

Modify a variable (modify/variable or chvar)