Specifying the exit policy for the agent

This section describes the EXITS initialization statement.

This statement defines exit options for the agent for z/OS. It applies to the EELUX000, EELUX002, and EELUX004 exit programs used by the agent. You can use the EXITS statement to stop the agent from attempting to load a particular exit or to change the default name of the load module.

For more information about these exit programs, see Configuring exit EELUX000 (start/stop), Configuring exit EELUX002 (job-library-read), and Configuring exit EELUX004 (event filtering).

EXITS


1  EXITS?  CALL00 (
2.1! YES
2.1 NO
1 )?  CALL02 (
2.1! YES
2.1 NO
1 )?  CALL04 (
2.1! YES
2.1 NO
1 )?  LOAD00 (
2.1! EELUX000
2.1 module name
1 )?  LOAD02 (
2.1! EELUX002
2.1 module name
1 )?  LOAD04 (
2.1! EELUX004
2.1 module name
1 )

Parameters

CALL00 = (YES|NO)
Specifies whether exit EELUX000 should be loaded. The exit name is either EELUX000 or its alternative as specified by the LOAD00 keyword.

The default is YES.

CALL02 = (YES|NO)
Specifies whether exit EELUX002 should be loaded. The exit name is either EELUX002 or its alternative as specified by the LOAD02 keyword.

The default is YES.

CALL04 = (YES|NO)
Specifies whether exit EELUX004 should be loaded. The exit name is either EELUX004 or its alternative as specified by the LOAD04 keyword.

The default is YES.

LOAD00 = (EELUX000|module name)
Specifies an alternative load module, which is called instead of the default exit named EELUX000.
LOAD02 = (EELUX002|module name)
Specifies an alternative load module, which is called instead of the default exit named EELUX002.
LOAD04 = (EELUX004|module name)
Specifies an alternative load module, which is called instead of the default exit named EELUX004.