The copy/variable command is used to copy a variable to create a new variable.
Windows/OpenVMS Format:
copy/variable from_variable to_variable [/qualifiers]
UNIX/Linux Format:
cpvar from_variable to_variable [-qualifiers]
/[no]log or -[no]log
/[no]confirm
/node or -node = target_node
Windows/OpenVMS:
Schedule> copy/variable sch_test_var sch_test2_var
UNIX/Linux:
Schedule> cpvar sch_test_var sch_test2_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.