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 ]

  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 VAXcluster
    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 disables all scripts in the
          scheduling and parameter database.

  4 - Examples

      The following example shows how to disable a script:

    1.$ DEFRAGMENT DISABLE MY_SCRIPT

      In this example, MY_SCRIPT is disabled.
  Close     Help