HANDLER_TYPE - UEM Manager configuration option

Description

The HANDLER_TYPE option specifies the type of process that the UEM Server will execute for an event handler.

A UEM Server can execute either a:

If this option is not used, UEM Server sets the handler type based on which execution option the UEM Manager specifies (that is, USER_COMMAND or USER_SCRIPT).

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

-handler_type type

(tick)

(tick)

(tick)

Environment Variable

n/a

Configuration File Keyword

n/a

Values

type is the type of process to be executed.

Valid values for type are:

  • cmd
    Instructs the UEM Server to execute the command specified with the USER_COMMAND option.
  • script
    Instructs the UEM Server to write the statements specified in the data set or DD name referenced by the USER_SCRIPT option to a temporary file on the UEM Server system, and then execute that file as a script.

Default