1 :Info: cancel_output_request: cor:  1990-06-24  cancel_output_request, cor
  2 
  3 Syntax as a command:  cor request_identifiers {-control_args}
  4 
  5 
  6 Function:  deletes an I/O daemon request that is no longer needed.
  7 
  8 
  9 Arguments:
 10    request_identifiers can be chosen from the following:
 11 path
 12    identifies a request to be canceled by the full or relative
 13    pathname of the input data segment.  The star convention is allowed.
 14 -entry STR, -et STR
 15    identifies a request to be canceled by STR, the entryname portion
 16    of the input data segment pathname.  The star convention is allowed.
 17 -id ID
 18    identifies one or more requests to be canceled by a request
 19    identifier.  This identifier can be used to further define any path
 20    or -entry identifier (see "Notes").
 21 
 22 
 23 Control arguments:
 24 -all, -a
 25    searches all priority queues for the specified request type starting
 26    with the highest priority queue and ending with the lowest.  This
 27    control argument is incompatible with -queue.
 28 -brief, -bf
 29    suppresses messages telling that a particular request identifier was
 30    not found or that requests were canceled when using star names or
 31    -all.
 32 -queue N, -q N
 33    specifies that queue N of the request type contains the request to
 34    be canceled, where N is a decimal integer specifying the number of
 35    the queue.  If -queue is omitted, only the default queue for the
 36    request type is searched.  This control argument is incompatible
 37    with -all.
 38 
 39 
 40 -print, -pr
 41    specifies that the requests to be canceled are found in the queue(s)
 42    associated with the default printer request type (see "Notes").
 43 -punch, -pch
 44    specifies that the requests canceled are found in the queue(s)
 45    associated with the default punch request type (see "Notes").
 46 -plot
 47    specifies that the requests canceled are found in the queue(s)
 48    associated with the default plotter request type (see "Notes").
 49 -request_type STR, -rqt STR
 50    indicates that the request to be canceled is to be found in the
 51    queue for the request type identified by the string STR (see
 52    "Notes").
 53 
 54 
 55 -user User_id
 56    specifies the name of the submitter of the request to be canceled,
 57    if not the group identifier of the process.  The User_id can be
 58    equal to Person_id.Project_id, Person_id, or .Project_id.  Both r
 59    and d extended access to the queue are required.  This control
 60    argument is primarily for operators and administrators.
 61 
 62 
 63 Access required:  You must have o extended access to the queue to
 64 cancel your own requests.  You must have r and d extended access
 65 to cancel a request entered by another user.
 66 
 67 
 68 Notes:  If the request is already running, the running request will not
 69 be stopped and the request's entry will not be removed from the queue.
 70 A warning message will be displayed to warn the user of this action.
 71 
 72 Multiple -id ID identifiers can be specified in a single command
 73 invocation only if no path or entry request identifiers are given.
 74 
 75 If any path or -entry STR request identifiers are given, only one -id
 76 ID request identifier is accepted and it must match any requests
 77 selected by path or entryname.
 78 
 79 When star names are not used and a single request identifier matches
 80 more than one request in the queue(s) searched, none of the requests
 81 are canceled; however, a message is printed telling how many matching
 82 requests there are.
 83 
 84 
 85 Normally, deletion can be made only by the user who originated the
 86 request.
 87 
 88 The -print, -punch, -plot and -request_type control arguments are
 89 mutually exclusive.  Only one can be selected in a given command.  If
 90 none are supplied, then cor searches the default request type used by
 91 eor -print (as displayed by the print_request_types command).
 92 
 93 See also the descriptions of dprint, dpunch, enter_output_request
 94 and cancel_daemon_request.
 95 
 96 
 97 :hcom:
 98 
 99 
100 
101 /****^  HISTORY COMMENTS:
102   1) change(2020-12-14,GDixon), approve(2021-02-22,MCR10088),
103      audit(2021-05-27,Swenson), install(2021-05-27,MR12.6g-0056):
104       A) Change "Syntax:" to "Syntax as a command:" in command info seg
105          last changed after 1984.
106                                                    END HISTORY COMMENTS */
107 
108 
109