|
088 Explanation:
During initial program load (IPL), the system encountered an
error in processing the LOADxx or NUCLSTxx members of SYS1.PARMLIB. The
following format shows the location of the reason code in bits 36 through 43 of
the PSW: X'000A0000 8rrxxwww' 000A0000 The A is bits 12 through 15 (the CMWP
bits). 8 If bits 33-39 are not zero then bit 32 must be on indicating AMODE (31
bit addressing mode). rr The reason code. www The wait state code. Reason Code
(hex)
- Explanation
- 00 IPL could not find
the LOADxx member in the SYSn.IPLPARM or SYS1.PARMLIB data set. Either the
system programmer did not create the member or the operator typed the wrong
value for the LOAD parameter.
- 02 The system could
not find the NUCLSTxx member of SYSn.IPLPARM or SYS1.PARMLIB that was specified
on the NUCLST statement in the LOADxx SYS1.PARMLIB member.
- 04 The SYSn.IPLPARM
or SYS1.PARMLIB directory entry for the LOADxx member contains incorrect
information. IPL cannot read the LOADxx member.
- 06 The SYSn.IPLPARM
or SYS1.PARMLIB directory entry for the NUCLSTxx member contains incorrect
information, and IPL cannot read it.
- 08 While reading the
LOADxx member, IPL reached the end-of-file where there should have been more
data. The contents of the LOADxx member are incorrect.
- 0A While reading the
NUCLSTxx member, IPL reached the end-of-file where there should have been more
data. The contents of the NUCLSTxx member are incorrect.
- 0C The member of
SYS1.NUCLEUS selected was excluded by a NUCLSTxx EXCLUDE statement. There was
no alternate IEANUC0x member of SYS1.NUCLEUS included.
- 80 An MVSCP statement
was found in the LOADxx member that was used to IPL.
End IBM Documentation |