In the IEASYM you could use

SYSDEF      SYMDEF(&LPARNUM='01')
            SYMDEF(&LPTYP='X')
SYSDEF      SYSNAME(AL10)                
            SYMDEF(&LPARNUM='03')        
            SYMDEF(&LPTYP='P')           

Only on SYSNAME(AL10) the LPARNUM will be '03' and LPTYP = 'P'

Roland


-----Original Message-----
From: IBM Mainframe Discussion List 
[mailto:[EMAIL PROTECTED] On Behalf Of Casey Rhodes
Sent: Monday, December 05, 2005 5:28 PM
To: [email protected]
Subject: IEASYM override in LOADXX


I have to change 1 system symbol for 1 sysres volume for 1 
system in a 6 system sysplex. In my LOADXX member is it 
possible to override the IEASYM specification with an override 
at the system specfice level.

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)

I have attempted this and did not get the desired result. I did 
not get an error on IPL but I received the concatenation in the 
first IEASYM statement. This leads me to believe I must have a 
seperate loadxx member for this system. Does anyone know a way around?

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

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