Tivoli Header

Administrator's Reference

USEREXIT

Specifies a user-defined exit that will be given control to handle an event.

Syntax

>>-USEREXIT--+-Yes-+--DLL_name--function-----------------------><
             '-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.

DLL_name
Specifies the DLL name that contains the user-exit function.

function
Specifies the name of the user-exit function in the DLL.

Examples

userexit yes dllname.dll dllmodulename


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]