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
>>-EXITS--+-----------------------+-----------------------------> | .-YES-. | '-CALL00--(--+-NO--+--)-' >--+-----------------------+--+-----------------------+---------> | .-YES-. | | .-YES-. | '-CALL02--(--+-NO--+--)-' '-CALL04--(--+-NO--+--)-' >--+-------------------------------+----------------------------> | .-EELUX000----. | '-LOAD00--(--+-module name-+--)-' >--+-------------------------------+----------------------------> | .-EELUX002----. | '-LOAD02--(--+-module name-+--)-' >--+-------------------------------+--------------------------->< | .-EELUX004----. | '-LOAD04--(--+-module name-+--)-'
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.