Actually, IBM recommends using both types of initiators depending on the type of work. Specifically, production batch under JES2 and the rest under WLM.
Anyway, Scheduling Environments will segregate the work. Define an unique SE for each LPAR or member of the MAS, e.g. LPAR1, LPAR2 ... Define a unique resource for each, e.g. LPAR1, LPAR2 ... Then, when you activate the resources, set LPAR1 ON, LPAR2 OFF on LPAR1, and, vice versa on LPAR2. Also, the user must add a SCHENV parameter to the JOB statement. In our case, we couldn't rely on the user to do this, so I wrote JES2 Exits 2 & 52 to add the parameter in case the user do not supply one. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

