Hi Jerry,

To see what happened at IPL SHOWzOS will tell you what type of IPL it
was Quick, Warm, Cold.   Handy to have for all other sorts of
information.

You can see this just quickly with TSO TEST.

TEST   'SYS1.LINKLIB(IEFBR14)' 
L 10.?+2C0?

That dumps the first words of the ASMVT mapped by SYS1.MODGEN(ILRASMVT).
The second byte has the flag you care about.

If you see fullword of zeros (likely) then you did a Cold (CLPA) start.

AMBLIST will show the contents of LPA.  Not sexy but both of these
things should work anywhere.

//JS001  EXEC  PGM=AMBLIST    
//SYSPRINT  DD  SYSOUT=*      
//SYSIN  DD  *                
 LISTLPA                      
/*

        Best Regards, 

                Sam Knutson, GEICO 
                Performance and Availability Management 
                mailto:[EMAIL PROTECTED] 
                (office)  301.986.3574 

"Think big, act bold, start simple, grow fast..."


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jerry Ragland
Sent: Wednesday, November 08, 2006 12:18 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: IPL with CLPA

Thanks for the reply Rex.

Yes, IEASYSAW is the member used during the IPL. From the logs -

"*IEA247I USING IEASYSAW FOR z/OS 01.04.00 HBB7707"

IEASYSAW contents -

CLOCK=00,                     SELECT CLOCK00
CLPA,
CMB=(UNITR,COMM,GRAPH,CHRDR), ADDITIONAL CMB ENTRIES .
.
.
LPA=DB,                       SELECT LPALST00
MAXUSER=250,                  SYS TASKS PLUS INITS PLUS TSOUSERS
MLPA=DI,                      DI FOR IMS

in IEASYSAW LPA is given as DB. In the LPALSTDB file the **.SDFHLPA is
added correctly. 

LPALSTDB file -

.
.
SYS1.SICELPA,
SYS1.CICSTS31.CICS.SDFHLPA(DSK32E),
CICSTS22.CICS.SDFHLPA(S4CIC1),
.
.

from the replies I understand that specifying CLPA parameter in IEASYSAW
will automatically enable CLPA during IPL and all the **.SDFHLPA members
will be added to the LPA area. In that case my environment is CLPA
enabled. 

Is there a way to check the contents of LPA area?
Is there any other reason for the modules not included in the LPA area?

-Jerry.
====================
This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

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