McKown, John wrote:
I know that I can dynamically update the Linklist to add or delete datasets. The question is, how many times? I know that the IPL linklist stays around for the duration. But if I dynamically update the lnklst, find a problem, then dynamically update again, is the "replaced" linklist eliminated entirely (assuming no job is using it)?
Every new LNKLST set is given a new name. Old ones are not "replaced". Rather, new ones are activated. Once activated, all new address spaces will use it. Existing address spaces continue to use whatever LNKLST SET they're currently using. To force an already-running address space to use your newly-activated LNKLST SET, use SETPROG LNKLST,UPDATE (at your own risk).
-- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 [EMAIL PROTECTED] http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- 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

