This is what we had when we converted from 1.12 to 1.13;
LOAD1C and new LOAD1D
Each contains a section for the specific LPAR, ie. Catalog name and unique 
PARMLIB datasets - AFTER the global, shared parmlib datasets.
In the LOAD1C (1.12) we coded IEASYM   1C and in LOAD1D we coded IEASYM   1D
In the IEASYMxx (see above) we setup other variables to include the Z/OS 
version number, ie: SYMDEF(&ZVER='1D')   SYMDEF(&Z1='ZOS')  SYMDEF(&Z2='D')
(and the same in IEASYM1C we have the version substituted for the same 
variables). Then we use these 'zos version' variables all over the place to 
distinguish between versions - so not matter to what version we go in the 
future, we just create a new LOADxx, a new IEASYMxx member (and any other 
parmlib members that required unique datasets, in our case we have one other 
BPXPRMxx). Even my MASTER JCL is shared across LPARS by using the above Z/os 
Variables that is version specific.

I can send you complete examples if you so require.


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of Miklos Szigetvari
Sent: Thursday, June 14, 2012 7:05 AM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: Change IEASYMxx via opartor prompt

We intend to swap the systems between two LPAR's.
Till now LPAR1 was z/OS 1.12 and LPAR2 was z/OS 1.13 Now we would like to change

On 14.06.2012 15:59, Lizette Koehler wrote:
>> I would like to use at one IPL  IEASYMxx and IEASYMyy at the next ,
> without changing
>> the LOAD member.
>> I thought I could say SYM=xx or SYM=yy, but it is not the case.
>> (Swapping LPAR's)
>>
>> On 14.06.2012 15:35, Lizette Koehler wrote:
>>>> Hi
>>>>
>>>> Is it possible to change IEASYMxx via operator reply at IPL ?
>>> What specifically are you trying to solve. IBM has SYMUPDTE which
>>> can dynamically change the IEASYMxx entries (Static Symbols only)
>>> after an
> IPL.
>>> Obj Deck for this is in SYS1.SAMPLIB.
>>>
>>> If you need more details on SYMUJPDTE - let me know.
>>>
>>> Otherwise, is there something else in IEASYMxx you need to change?
>>> T
>>>
>>> Lizette
>>>
>
> Only way I know is separate LOADxx members for IPL.
>
> So you have a process that requires separate IEASYMxx members?  I
> still do not understand what that is important.  The Symbols can be
> changed with the SYMUPDTE process and for unique LPARs there is an
> IF/THEN/ELSE logic in the IEASYMxx member.
>
> So why separate members? What is your requirement?
>
> Lizette
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

________________________________

GHC Confidentiality Statement

This message and any attached files might contain confidential information 
protected by federal and state law. The information is intended only for the 
use of the individual(s) or entities originally named as addressees. The 
improper disclosure of such information may be subject to civil or criminal 
penalties. If this message reached you in error, please contact the sender and 
destroy this message. Disclosing, copying, forwarding, or distributing the 
information by unauthorized individuals or entities is strictly prohibited by 
law.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to