Previous Topic

Next Topic

Delete a variable (delete/variable or rmvar)

The DELETE command is used to delete a variable.

Windows/OpenVMS Format:

delete/variable variable [/qualifiers]

UNIX/Linux Format:

rmvar variable [-qualifiers]

Qualifier Summary

/[no]log or -[no]log

/[no]confirm

/node or -node = target_node

Examples

Windows/OpenVMS:

Schedule> delete/variable sch_test_var

UNIX/Linux:

Schedule> rmvar sch_test_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)

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

Modify a variable (modify/variable or chvar)

Rename a variable (rename/variable or mvvar)