Updating APPC options for the server
To associate the server (and controller) with the scheduler that you defined earlier, modify the APPC options by updating the LUADD statement in the APPCPMnn member of SYS1.PARMLIB. The following example shows 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 */
Ensure that the scheduler name in LUADD is the same of the scheduler server (in this example is EOP5).
Each server identifies itself to APPC as an APPC scheduler with the same name as the started task name. If you specified the SCHEDULER parameter in the SERVOPTS statement, this name is used instead of the started task name.