> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:ibm-m...@bama.ua.edu] On Behalf Of Dazzo, Matt
> Sent: Thursday, September 09, 2010 2:16 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: Disable Wait After Maintenance
> 
> I installed z1.11 and it's up and running in our sand box 
> with no problems. There were approximately 310 PTF's that 
> were in the smpe zones not applied, so I ran an smpe apply 
> with no issues to an alternate set of res volumes. When 
> attempting to ipl from the alternate res volume I get a 
> disabled wait psw 000A000000600075 and 000A000000900074. I 
> have read the process of determining the reason code from the 
> MVS codes book but 'no comprehend'. What is the easiest way 
> to determine why I'm getting this psw? Thanks Matt

The wait ending with x'075' indicates that the IPL text on the IPL volume does 
not match the code in SYS1.NUCLEUS. I'd suggest running ICKDSF and putting the 
new IPL text on the IPL volume. The x'074' may also be this. I'd try redoing 
the IPL text first.

//STEP001  EXEC  PGM=ICKDSF,
//             REGION=2M
//SYSPRINT DD  SYSOUT=*
//IPLDD    DD  DSN=SYS1.SAMPLIB(IEAIPL00),
//             DISP=SHR,UNIT=SYSDA,VOL=SER=??????
//SYSIN    DD  *
 REFORMAT DDNAME(iplvol) -
    VERIFY(iplvol) -
    IPLDD(IPLDD,OBJFORMAT) NOBOOTSTRAP
/*
//iplvol   DD  DISP=OLD,
//             UNIT=3390,
//             VOL=SER=iplvol



"iplvol" is the volser of the IPL volume. ?????? is the volser of the volume 
containing the maintenanced version of SYS1.SAMPLIB.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to