On Fri, 5 Dec 2008 14:38:48 -0800, Edward Jaffe <[EMAIL PROTECTED]> wrote:
>Tom Marchant wrote: >> After you issue SETPROG LNKLST,UNDEFINE, the LNKLST set will no longer show >> up in SHOWMVS. >> >> Before issuing the UNDEFINE, you should be able to ACTIVATE that LNKLST set >> again. >> > >Yup. I just ran a test and it worked just as you predicted. The >no-longer-defined LNKLST set no longer appears in the list. UNDEFINE >likely frees the storage occupied by the control blocks as well... > I think John's original question was: "how many times?" could he create new sets. The answer is "how much common storage above the line do you have"? I think I looked at this before and the IPL set is in SQA and all the ones after that done dynamically are in ESQA. If ESQA runs out that will flow into ECSA. If really interested, turn on a rexx trace in my IPLINFO, run "IPLINFO LNK" and compare the addresses to a "IPLINFO VMAP". I just defined a new LNKLST on my sandbox and it took about 8K of ESQA. So even if you have a large number of libraries and say you use 15K for each new set (without deleting any), how many of those can you fit in 20M of unused ESQA... or 200M of unused ECSA (math exercise left to the reader). IOW, don't worry... be happy. 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

