The documentation for LOAD EOM= says "Indicates whether a module in global
storage is to be deleted when the address space terminates (EOM=YES) or when
the task terminates (EOM=NO)."
My interpretation of "the address space terminates" was the address space
being forced or something like that. However what I am seeing seems to be
that the module is deleted when the job -- in this case, a single step
started task -- terminates. Is that the expected behavior? Does "address
space" mean "job." If so, is there any way to say "don't EVER delete this
module unless I issue a DELETE?"
Issuer is an APF-authorized started task. It *should* not be terminating
without cleaning up but ABENDs have been known to happen and I am trying
for a belt and suspenders approach here. Full macro is
LOAD EPLOC=(R2),LSEARCH=YES,GLOBAL=(YES,P),EOM=YES, +
ERRET=LOADERR,SF=(E,LOADMAC)
Charles
----------------------------------------------------------------------
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