Hi,
During the IPL, The message:
IEA008I SYSTEM PARMS FOLLOW FOR z/OS 02.03.00 HBB77B0
        IEASYS0B                                     
        IEASYS00                                     
Was displayed.
I then see 
IEE252I MEMBER IEASYS00 FOUND IN SYS1.PARMLIB 
IEA325I IEASYS00 PARAMETER LIST               
With a list of all of the parameters is IEASYS00
IEE252I MEMBER IEASYS0B FOUND IN SYS1.PARMLIB 
IEA325I IEASYS0B PARAMETER LIST               
With a list of all of the parameters is IEASYS0B
IEE252I MEMBER IEASYS00 FOUND IN SYS1.PARMLIB  
IEA325I IEASYS00 PARAMETER LIST                
With a list of all of the parameters is IEASYS00

So it looks like IEASYS00 was read  twice.
When I looked in IEASYM00 it said:
SYSDEF  SYSPARM(00,L)     
        SYMDEF(&IOAVER='V919')           
I changed IEASYM00 to:
SYSDEF  LPARNAME(CDVL) SYSPARM(0A,L)     
        SYMDEF(&IOAVER='V919')           
SYSDEF  LPARNAME(CMP1) SYSPARM(0B,L)     
        SYMDEF(&IOAVER='V919')           
Which I hope will fix the problem.

We have a product called Image Focus from NewEra Software, which among other 
things, parses  the PARMLIB.
It currently tells me that everything is OK.

I'll have to wait for the next IPL to check.

Gadi


-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
Jesse 1 Robinson
Sent: Monday, October 5, 2020 6:17 PM
To: [email protected]
Subject: Re: IEASYS problem

SYS1.SAMPLIB(SPPINST) Is the member that provides code to install the SYSPARM 
dialog. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
[email protected]

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
Roger Lowe
Sent: Monday, October 5, 2020 5:00 AM
To: [email protected]
Subject: (External):Re: IEASYS problem

CAUTION EXTERNAL EMAIL

On Sun, 4 Oct 2020 23:53:18 -0500, Brian Westerman 
<[email protected]> wrote:

>I don't have a sysparm member in sys1.samplib, is it from an older release 
>than 2.3?
>
>Brian
>
Have a look in SAMPLIB for the "SPP*" members .....

Roger


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to