All of the responses have been right on target. A few additional notes
As of z/OS 1.12, you can issue DISPLAY IPLINFO,sysparm and it will show you the value that was used for that system parameter. For example, DISPLAY IPLINFO,LPA might show IEE255I SYSTEM PARAMETER 'LPA': 00 The LPALST data set list is displayed only if you have requested it via ",L" in the specification -- LPA=(x1,...,xn,L) But you can see which LPALSTxx members were processed. Missing a continuation comma on an earlier line of IEASYSxx, as was mentioned, is a frequent error. IPLing without CLPA when you change the LPALST, as was mentioned, is also a problem. 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

