z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CEEBLNUE CSECT

z/OS Language Environment Customization
SA38-0685-00

CEEBLNUE is a CSECT explicitly linked with Language Environment®, and it is the CSECT that you create by coding the CEEXLHD, CEEXLRT, and CEEXLST macros. Specifically, CEEBLNUE is linked with the CEEPLPKA module. CEEBLNUE CSECT is created through the use of the following Language Environment-provided assembler macros:
CEEXLHD
Defines the head of the list. CEEXLHD generates the CSECT statement and any header information required. It has no operands.
CEEXLRT
Identifies the name of the exit to register. Only one name can be provided since only one load notification user exit may be registered. CEEXLRT has only one keyword parameter, LOADXIT=, which is the load name for the load notification user exit. There is a limit of 8 characters for the load name, and no validation of the name is performed by the macro.
CEEXLST
Defines the end of the list. CEEXLST generates the trailer for the CEEBLNUE load notification user exit CSECT. It has no parameters.

Language Environment validates the format of the CEEBLNUE CSECT and issues a load of the name as identified in the table. The LOAD is attempted only during region initialization when Library Routine Retention (LRR) is active. If the LOAD is successful, the exit is called for initialization according to the interface described in the following sections. If the LOAD is successful, the exit is registered and called during region initialization, after each successful load, and during region termination. This allows a STEPLIB to either contain or omit the load names.

Only one load notification user exit may be registered.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014