z/OS UNIX System Services User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Stopping a background job

z/OS UNIX System Services User's Guide
SA23-2279-00

To stop a background job, use the kill command with the STOP signal and the job identifier preceded with a %.

Examples::

  1. In the z/OS® shell, to stop a background job with the job identifier 3, issue:
    kill -s -STOP %3
  2. In the tcsh shell, to stop a background job with the job identifier 3, issue:
    kill -STOP %3

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014