Updating APPC options for the server

You must update APPC options to associate the server (and controller) with the scheduler that you defined earlier. Do this by updating the a LUADD statement in the APPCPMnn member of SYS1.PARMLIB. Here is an example of an APPCPMnn member:

APPCPMnn example
LUADD                    /* Add local LU to APPC config.   */
   ACBNAME(IS4MEOP5)      /* Name of LU                     */
   SCHED(EOP5)            /* Scheduler name/OPC subsys name */
   TPDATA(SYS1.APPCTP)    /* Profile data set for this LU    */
   TPLEVEL(SYSTEM)        /* TP level for which LU searches */

The scheduler name in LUADD must be the same as the scheduler name of the scheduler server. In this example it is EOP5.

Each server identifies itself to APPC as an APPC scheduler with the same name as the started task name. If the SCHEDULER keyword in the SERVOPTS statement is specified, this name is used instead of the started task name.