Customizing the Remote Build server for a sysplex

If your z/OS® MVS™ or z/OS UNIX® System Services system runs as part of a sysplex, then you also need to customize the RCCRUNM and RCCMVS or RCCRUNU and RCCUSS JCL members to ensure that these JCLs are all running on the same system.

About this task

To ensure that the Remote Build server JCLs RCCRUNM and RCCRUNU and their dispatched worker JCLs (RCCMVS and RCCUSS) are all running on the same physical system, add JOBPARM S=systemName to the JCLs:
//RCCRUNM  JOB ,
//    USER=&SYSUID,MSGCLASS=H,REGION=7M,TIME=60
/*JOBPARM  S=SY4A
//*
//********************************************************************             
Note: The JOBPARM statement needs to be added to all Remote Build server JCLs: RCCRUNM, RCCRUNU, RCCMVS, and RCCUSS.