> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Carlos A. Bodra > Sent: Monday, October 08, 2007 2:42 PM > To: [email protected] > Subject: Some help with disabel wait > > > I´m trying to IPL z/OS in a z890 and receives following > message after a POR: > > AN ERROR WAS DETECTED IN PARTITION LPARPRD1. CENTRAL PROCESSOR (CP) > 00 IS IN DISABLE WAIT STATE. THE DISABLED WAIT PROGRAM > STATUS WORD(PSW) IS > 000A0000001000B1. CENTRAL STORAGE BYTES 0-7 ARE: 000A000000900074 > > Since I´m new to z/OS, what should I lookfor for solve problem? > > TIA > > Carlos
That is a WAIT state code. The important part: 000A0000001000B1, of which the last three characters are the most important. That is 0B1. Look that up in the Messages And Code manual (here:) http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2H780/3.96 You see that 0B1 means "Explanation: System initialization cannot continue because of a problem in the LOADxx parmlib member, the I/O definition file (IODF) data set, or a device.". It futher tell you to look and find "01" in front of that. 01 says: "The required data set was not found." and "Verify that the correct device number was specified on the LOAD parameter. Verify that the IODF resides on the same volume as SYSn.IPLPARM or SYS1.PARMLIB. Enter the correct IODF data set name in the LOAD xx parmlib member." In other words, the LOADnn member of SYSn.IPLPARM has the name of a IODF with either (1) doesn't exist at all or (2) does not exist on the same volume as the SYSn.IPLPARM dataset. The LOAD parameter on the IPL screen on the HMC may be invalid. It should be at least 6 hex characters in length. The first 4 are the device number of the DASD device where the SYSn.IPLPARM and IODF exist (they must be on the same volume). The next 2 are the LOADnn suffix to read in the SYSn.IPLPARM dataset on that volume. More about the LOADnn member is at: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2E280/61.0 -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

