Attempt to bring up a standalone Scheduler (LPAR lpar2) that is in a sysplex with another LPAR (lpar1). These LPARs do not shared a JES2 spool. Get error message:
CACM346R WAITING FOR SCHEDULER MASTER ENQ, REPLY "END" TO SHUT DOWN, "CONT" TO CONTINUE AS NON-MASTER
Replying CONT causes Scheduler to run jobs in the schedules defined on LPAR lpar1.
Release : 11.0
Component: Scheduler Job Management MVS
The same SUBSYS id is used for both Schedulers.
1. Use a unique SUBSYS id for Scheduler on lpar2. Example: SUBSYS=SCH2. SUBSYS option is on the CAS9 MAIN command.
2. Ensure that XCFGROUP is set to blank. XCFGROUP option is on the CAS9 CAIJGEN command.
3. Add the following DD statement to the Scheduler started task job, logon clist, CAJUTIL0, and CAJUCMD0 proc on lpar2:
//$$SCH2 DD DUMMY
- Scheduler Systems Programmer Guide, chapter 10 section Implement Multiple Copies.