The DISABLE subcommand makes the specified script ineligible for execution. Currently executing scripts are not affected. Use the ABORT subcommand to stop currently executing scripts. Format DEFRAGMENT DISABLE { script-name } [ /QUALIFIERS ]
1 – Parameters
script-name The script-name parameter specifies the scripts to be disabled. 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 indicates that all scripts in the scheduling and parameter database should be disabled.
4 – Example
The following example shows how to disable a script. 1. $ DEFRAGMENT DISABLE MY_SCRIPT In this example, script MY_SCRIPT is disabled.