On Tue, 21 Aug 2007 08:36:07 -0500, Mark S. House <[EMAIL PROTECTED]> wrote:
>Looking for recommendations on adding an 80 megabyte load module to the >LPA. What are the negatives. The reason we would like to do this is that >one of our application programs that use this module can be used by 1 to >10 jobs running at the same time. Our thought is that by making this >module resident, we would only have one copy of the load module in core >for up to 10 jobs. Any thoughts would be appreciated. Thanks. Greetings, What problem are you trying to solve? When many of these jobs are running, do you run low on real or virtual storage? Does paging become unacceptable? Is this affecting SLAs? z/OS was built to handle this type of thing. The main issue that I see is the initial load of each 80MB module into user storage; once that is done, the system will trim the working set and you will basically only have in real storage what pages you have recently accessed. Is this vendor supplied code? If so, what are their recommendations? If you end up putting it in common storage, there are audit concerns and change control issues. Cheers... Michael ---------------------------------------------------------------------- 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

