<------ snip ------>

Example:

IEASYM   (00,Z0,L)
NUCLST   Z0
PARMLIB  SYS1.LPLEX.PARMLIB
PARMLIB  SYS1.PARMLIB
PARMLIB  SYS1.IBM.PARMLIB
SYSCAT   CATL00133CCATALOG.LPLEX.MASTER
SYSPARM  (Z0)

*-------------------------------------------------------------*
* SL20 SPECIFIC VALUES                                        *
*-------------------------------------------------------------*
LPARNAME SL20
IEASYM   (01,Z0,L)
IODF     E0 SYS0     LPLEXFPB B0 Y
SYSPARM  (Z0,20)
<------ snip ------>


Your IODF statement is only valid for SL20?


Looking at the description of LOADxx in the "MVS Initialization and Tuning
Reference", I don't see a possibility to override a statement. There is no
such combination in the examples.

But, you could try the other way around:

----------------------------------------------------------------------------
--
NUCLST   Z0
PARMLIB  SYS1.LPLEX.PARMLIB
PARMLIB  SYS1.PARMLIB
PARMLIB  SYS1.IBM.PARMLIB
SYSCAT   CATL00133CCATALOG.LPLEX.MASTER

*-------------------------------------------------------------*
* SL20 SPECIFIC VALUES                                        *
*-------------------------------------------------------------*
LPARNAME SL20
IEASYM   (01,Z0,L)
IODF     E0 SYS0     LPLEXFPB B0 Y
SYSPARM  (Z0,20)

*-------------------------------------------------------------*
* General valid (if you have more CECs, repeat this section:  *
*-------------------------------------------------------------*
HWNAME   <your CEC>
IEASYM   (00,Z0,L)
SYSPARM  (Z0)

----------------------------------------------------------------------------
--


Zaromil

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