home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / cancel.hlp < prev    next >
Text File  |  1995-04-05  |  1KB  |  38 lines

  1. The format of the CANCEL command is
  2.  
  3.   .CANCEL keyword request-id
  4.  
  5. Keyword represents the request type you wish to cancel and must
  6. be one of the following:
  7.  
  8.         BATCH-REQUEST
  9.         CARD-PUNCH-REQUEST
  10.         MOUNT-REQUEST
  11.         PAPER-TAPE-REQUEST
  12.         PLOTTER-REQUEST
  13.         PRINTER-REQUEST
  14.  
  15. Request-id represents the individual request identifier and may be
  16. one of the following:
  17.  
  18.         The request-id that was assigned to the request.
  19.         This number is displayed with the SHOW QUEUE command.
  20.  
  21.         The job name assigned to the request.  This is a six character
  22.         name and is available with the SHOW QUEUE command.
  23.  
  24.         A wildcard constuction that may refer to several job names.  The
  25.         wild characters are "*" to match a wild string and "%" to
  26.         match all characters in a character position.  The standard
  27.         wild card "?" is also accepted at monitor command level.
  28.  
  29. /JOBNAME:name
  30. This switch is provided to resolve possible ambiguities which may
  31. result if the job-name is numeric.
  32.  
  33. /HELP
  34. Prints a description of the CANCEL command.
  35.  
  36. .KJOB
  37. .
  38.