Starting and stopping the Remote Build server

Before you begin

About this task

Starting and stopping the server on z/OS MVS: You can start the server in two ways:
  • As a started task: To enable Remote Build to run as a started task do these steps:
    1. Modify the RCCRUNM JCL as needed.
      1. Delete the JOB statement.
      2. Delete all lines starting from the PEND statement.
    2. Copy the modified RCCRUNM JCL to a system proclib that is used for started tasks (for example, SYS1.PROCLIB).
  • As a batch job: To start the Remote Build server as a batch job, submit the RCCRUNM JCL.

To stop the Remote Build server, cancel the job that was used to start it.

Starting and stopping the server on z/OS UNIX System Services: If you chose to install the z/OS UNIX System Services Remote Build feature, you can start the Remote Build server by submitting the RCCRUNU JCL job or by enabling Remote Build to run as a started task. To run as a started task, do the same operations as described above to the RCCRUNU JCL.

To stop the server, cancel the job that was used to start it.

What to do next