The CANCEL subcommand skips the next scheduled execution of the scripts specified in the command line. Format DEFRAGMENT CANCEL { script-name } [ /QUALIFIERS ]
1 – Parameters
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 VMScluster system. Use a percent sign (%) to match a single character in the script-name specification.
2 – Restrictions
o The script-name parameter is not allowed if the /ALL qualifier is used.
3 – Qualifiers
3.1 /ALL
/ALL /NOALL (default) The /ALL qualifier cancels the next scheduled execution of all scripts in the scheduling and parameter database.
4 – Example
The following example shows how to use 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.