Administrator's Reference

USEREXIT

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

Syntax

>>-USEREXIT----+-Yes-+--module_name--language------------------><
               '-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.

language
Specifies the programming language in which the user exit is written. One of the following must be specified:

ASSEMBLER

C

PLI

Examples

userexit no adsmv3ux c


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