On Thu, 8 Nov 2007 13:02:10 -0600, Bob Stark <[EMAIL PROTECTED]> wrote:
>In all the years since this post, has anyone come up with a new, good, >foolproof way to have one LPAR in a JES2 SYSPLEX only run SYSPROG jobs >during a test window? > >$P XEQ seems to work great to run no batch at all >$T JOBCLASS affects the other LPARs as well as this one. >$T MEMBER(sysid),IND=YES can still allow a WLM job to run > >It seems there is just no way to drain those pesky WLM initiators. > >If we had fully implemented WLM resources, that would be a solution, but we >have not. > 1) $PXEQ is for one member. You can use that and then $SJOB (or J next to the job in sdsf) to run what you want. That is what we do. Even when we had JES2 inits, we had one unused class defined as WLM controlled (since $SJOB is only for WLM controlled inits) for that purpose. 2) JOBCLASS was updated in 1.7 to have XEQ counts by member. If yout jobclass is unique, you can set the other members to have MAX=0 and your single LPAR you want to run jobs on to have MAX=* (or whatever). Seems like #1 is the simplest. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

