OK, I admit my ignorance and beg for enlightenment: What is "ESR-style vectored linkage", or where could I learn about it for myself?
Peter -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 6:32 PM To: [email protected] Subject: Re: Some questions about cross memory services > This technique is especially handy if the existence of one or more of > the non-system LX routines can depend on parameter statements/options > for the software. Lumping it all together in one large System-LX might > not be the best option here. True enough, unless you get creative with ESR-style vectored linkage on the right hand side of the PC call. Once you've got that knocked, you can add, subtract, multiply and divide one or more discrete PC calls into as many functions as you need. Hence, one LX (and one entry table) does perfectly well for all services and all address spaces. It's what we do in our infrastructure and we never even have to take anything down to add new functionality. Sweet. Now if you need space-switching functionality -into- more than one server space, you're going to need an LX and PC entry table for each target server space. Them's the rules and there's no getting around that, but even then you can use the ESR technique with the PC functions in each server space and that gives you infinite flexibility. Nifty huh? CC _ This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- 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

