On Thu, 26 Jan 2006 09:25:55 -0600, Hal Merritt wrote: > > We are now running most all our work on z/os.e. We have a z/os LPAR in >the MAS for exceptions such as TSO. What we would like is for jobs >submitted on z/os to be executed on z/os.e unless explicitly routed. > >We dislike exits. We have a grand total of two and that's two too many. > >I feel sure this has been discussed before, but I could not come up with >a suitable search argument for the archives. Right now, the only >alternative seems to be job classes. > >Anyone have some other ideas?
Yes, how about setting the z/OS LPAR's INTRDR to have SYSAFF=z/os.e (the name of the z/OS.e JES2 MAS image)? Its easy, cheap and overrides with a /*JOBPARM S=(z/os) on any submitted JOB card from any image. You can do it on-the-fly via $T INTRDR,S=xxxx if you want to try it now. -- Tom Schmidt Madison, WI (I'm a big fan of exits but even *I* don't use them on a whim.) ---------------------------------------------------------------------- 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

