VMS Help
DEFRAGMENT, DISABLE
*Conan The Librarian
|
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 ]
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 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 disables all scripts in the
scheduling and parameter database.
The following example shows how to disable a script:
1.$ DEFRAGMENT DISABLE MY_SCRIPT
In this example, MY_SCRIPT is disabled.