qsuspend(1)


          qsuspend - suspend NQS request(s).

     SYNOPSIS
          qsuspend [ -a ] [ -v ] request-id ...

     DESCRIPTION
          Qsuspend suspends all running NQS requests whose respective
          request-id is listed on the command line.  Qsuspend will not
          suspend any NQS request which is not running.

          To suspend an NQS request, the invoking user must be the
          owner; namely the submitter of the request.  The only
          exception to this rule occurs when the invoking user is the
          superuser, or has NQS manager privileges as defined in the
          NQS manager database.

          If the -a switch is used, all running requests will be
          suspended.

          An NQS request is always uniquely identified by its
          request-id, no matter where it is in the network of the
          machines comprising the NPSN.  A request-id is always of the
          form:  seqno or seqno.hostname where hostname identifies the
          machine from whence the request was originally submitted,
          and seqno identifies the sequence number assigned to the
          request on the originating host.  If the hostname portion of
          a request-id is omitted, then the local host is always
          assumed.

          The request-id of any NQS request is displayed when the
          request is first submitted (unless the silent mode of
          operation for the given NQS command was specified).  The
          user can also obtain the request-id of any request through
          the use of the qstat(1) command.

          The -v switch will print out the current version of
          qsuspend.

     BUGS
          One cannot suspend a job on a remote machine.

     SEE ALSO
          qdel(1), qresume(1), qstat(1).
          qmgr(1M) in the NPSN UNIX System Administrator Reference
          Manual.

     NPSN HISTORY
          Origin: Monsanto

          May 1992 - John Roman, Monsanto
          Original release.
          Release 3.36