VMS Help
DEFRAGMENT, CANCEL
*Conan The Librarian
|
The CANCEL subcommand skips the next scheduled execution of the
scripts specified in the command line.
Format
DEFRAGMENT CANCEL { script-name } [ /QUALIFIERS ]
script-name
The script-name parameter is the name of the scripts to be
canceled. You can use wildcards in the script-name specification.
Use an asterisk (*) to take action on all scripts on the
VAXcluster system; use a percent sign (%) to match a single
character in the script-name specification.
o The script-name parameter is not allowed if the /ALL qualifier
is used.
3.1 - /ALL
/ALL
/NOALL (default)
The /ALL qualifier cancels the next scheduled
execution of all scripts in the scheduling and
parameter database.
The following is an example of the CANCEL command:
1.$ DEFRAGMENT CANCEL MY_SCRIPT, YOUR_SCRIPT
In this example, the next scheduled execution of MY_SCRIPT and
YOUR_SCRIPT are canceled. Afterwards, both scripts resume their
normal schedule.