Tom Marchant wrote: " BTW, I am not convinced that any update of an in-use linklist is safe. IMO, creating a new linklist is safer."
Agreed. I do not think that you can update an active LNKLST (somebody correct me if I'm wrong). Also, IIRC, Peter Relson has cautioned against UPDATE JOBNAME=*. There has always been an issue with the IPL time LNKLST. System tasks that start early in the IPL process rarely, if ever use a "new" lnklst. There are other mechanism's to handle modules used by those tasks. Standard procedure is similar to the following; SETPROG LNKLST DEFINE NAME=LNKLSTNW,COPTFROM=CURRENT, SETPROG LNKLST add,delete,... SETPROG LNKSLT ACTIVATE, NAME=LNKLSTNW All new tasks will use the updated lnklst. All that being said, I have used "extra" linklists quite frequently to avoid IPL's until a maint window is available. The largest issue with multiple linklists is determining the which linklst is "current" and making sure the updates get hardened prior to the next IPL. HTH, <snip> >We are debating within out department about doing dynamic changes with SET >PROG LNKLST and wanted to know how other shops might be handling it. We >are currently running z/OS 1.10 and we change the LNKLST on our lab >systems a few times in week leaving old LNKLST(s) sometimes out there. >Some of us though issue the UPDATE JOBNAME=* after which is my >understanding forces all jobs/stcs running to switch to the active one, >then delete the old ones . Then leaving one LNKLST on the system. We would >like to start to do this in production, less IPLS, smaller windows for >changes etc. I would advise against this. I *have* used LNKLST UPDATE on production systems, but *only* as an alternate to an IPL when I had to get something important updated. It was always with the understanding that if something went wrong, an IPL might be required. IMO, it is asking for trouble to do it routinely. I have done LNKLST UPDATE on test systems many times and never had a problem. Still, I take the recommendation seriously. If you don't do the LNKLST UPDATE, the linklist that you used to IPL will remain active, but others may not. Many address spaces can be made to use the new linklist by recycling them. I also found that using descriptive names for the linklist helps a lot. You have 16 characters available. BTW, I am not convinced that any update of an in-use linklist is safe. IMO, creating a new linklist is safer. </snip> ---------------------------------------------------------------------- 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

