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 ]

  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
    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 cancels the next scheduled
          execution of all scripts in the scheduling and
          parameter database.

  4 - Examples

      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.
  Close     Help