USER_SCRIPT - UEMLoad configuration option

Description

The USER_SCRIPT option specifies a path to a text file that contains one or more script statements that UEM Server will execute on behalf of the event handler.

UEMLoad will store each of these statements in the action field of the event handler record. As UEM Server prepares to execute the handler, it will write each of these statements to a temporary script file and construct a command line to execute that file.

Usage

Specification Method

Parameter / Value

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

-script _filename

(tick)

(tick)

Definition File Keyword

script _filename

(tick)

(tick)

Value

filename is the script file containing the statements to be executed.

filename can contain either:

  • Complete path
  • Path that is relative to the directory from which the UEMLoad utility is invoked

If filename contains spaces, it must be enclosed in double ( " ) quotation marks.


UNIX

If filename contains spaces, it must be enclosed in either single ( ' ) or double ( " ) quotation marks.


When specified from the command line, filename must be for that of an existing file. If a DEFINITION_FILE option is used to store the event handler record, script statements can be specified in-line.