Starting and stopping the Remote Build server
Before you begin
Previous step: Customizing the Remote Build server JCL
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:
- Modify the RCCRUNM JCL as needed.
- Delete the JOB statement.
- Delete all lines starting from the PEND statement.
- Copy the modified RCCRUNM JCL to a system proclib that is used for started tasks (for example, SYS1.PROCLIB).
- Modify the RCCRUNM JCL as needed.
- 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
Next step: Verifying client/server communication