Statements/parameters for NUCLSTxx

INCLUDE
The INCLUDE statement specifies the name of a member of SYS1.NUCLEUS that is to be loaded into the nucleus region at IPL-time.
INCLUDE statements for members that are already included in the nucleus region through other means, such as via NMLs, are ignored.
Column
Contents
1-7
INCLUDE
10-17
The name of a member of SYS1.NUCLEUS to be loaded into the nucleus region at IPL-time.

Default: None

EXCLUDE
The EXCLUDE statement specifies the name of a member of SYS1.NUCLEUS that is to be excluded from the nucleus region at IPL-time.

Informational messages are issued for all members that are excluded. You might want to review these messages to ensure that you have not excluded any members that are needed. Although the messages are not displayed on any console, you can read them by checking the IPL WTO buffer.

You can use the EXCLUDE statement to override INCLUDEs provided through NMLs and MLTs. The EXCLUDE statement must name a member of SYS1.NUCLEUS; otherwise, the EXCLUDE statement is ignored.

You cannot use the EXCLUDE statement to exclude a CSECT that was previously linked into IEANUC01 by the linkage editor. You must use the linkage editor to replace or remove the CSECT by re-linking IEANUC01, using the REPLACE keyword and the SCTR attribute.
Column
Contents
1-7
EXCLUDE
10-17
The name of a member of SYS1.NUCLEUS to be excluded from the nucleus region at IPL-time.

Default: None