>Are the SYS1.PARMLIB(PROGxx) entries:
>LPA ADD DSNAME(SYS1.MVS.EXITLOAD) MODNAME(...)
>always processed before:
>EXIT ADD  EXITNAME(SYS.name)     MODNAME(...)
>during z/OS initialization?

All statements in a single parmlib PROGxx parmlib member are processed to
completion in the order they are seen.

But that is not relevant here because LPA ADD is not allowed during IPL
processing PROGxx. If you want something in LPA during IPL, you would use
LPALSTxx, IEALPAxx, or IEAFIXxx.


Peter Relson
z/OS Core Technology Design

----------------------------------------------------------------------
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

Reply via email to