On Tue, Feb 8, 2011 at 2:43 PM, Charles Mills <[email protected]> wrote:
> Ah Binyamin, you are a man of few, but cogent, words. Thanks! Looks like > the > answer to my second question: how do "permanent" load? > > Anyone have an answer to my first question (which is mooted if CSVDYLPA > lives up to its promise): what is "until address space terminates" in > context of LOAD EOM=YES? > > Also my apologies for the typo in the subject line. How did I mean to type > space and have it come out spec? Not even close. > For a garden variety address space (let's face it, that's basically TSO or a STC these days) "EOM" literally means "when the address space termination routines run in the master address space and AFTER all of the tasks in the original address space have ended". Now as you know, a batch address space is different in that many jobs use the same address space one after another. EOM for the batch job's address space typically happens eons after the end of any job that ran there. If you take the definition above it should be fairly obvious that you have to mentally treat the real job step task of each job as the owner for resources that are typically scoped as EOM in other address spaces. -- This email might be from the artist formerly known as CC (or not) You be the judge. ---------------------------------------------------------------------- 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

