Tivoli Header
Administrator's Reference
Specifies a user-defined exit that will be given control to handle an
event.
Syntax
>>-USEREXIT--+-Yes-+--module_name------------------------------><
'-No--'
Parameters
- Yes
- Specifies that event logging to the user exit receiver begins
automatically at server startup.
- No
- Specifies that event logging to the user exit receiver does not begin
automatically at server startup. When this parameter has been
specified, you must begin event logging manually by issuing the BEGIN
EVENTLOGGING command.
- module_name
- Specifies the module name of the user exit. This is the name of a
shared library containing the exit. The module name can be either a
fully qualified path name or just the module name itself. If it is just
the module name, it is loaded from the directory defined in the environment
variable DSMSERV_DIR or from the current directory if the variable is not
defined.
Examples
userexit yes fevent.exit
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]