Universal Enterprise Controller for z/OS

Universal Enterprise Controller for z/OS

Overview

Universal Enterprise Controller (UEC) for z/OS executes as a started task.

JCL Procedure

The following figure illustrates the Universal Enterprise Controller for z/OS JCL procedure (UECTLR, located in the SUNVSAMP library).
 

DD Statements used in JCL Procedure

The following table describes the DD statements used in the Universal Enterprise Controller for z/OS JCL procedure, above.
 

ddname

DCB Attributes

Mode

Description

ddname

DCB Attributes

Mode

Description

STEPLIB

DSORG=PO,
RECFM=U

input

Universal Agent load library containing the program being executed.

UNVCONF

DSORG=PS,
RECFM=(F, FB, V, VB)

input

UEC configuration member.

UNVNLS

DSORG=PO,
RECFM=(F, FB, V, VB)

input

Universal Agent national language support library. Contains message catalogs and code page translation tables.

UNVDB

DSNTYPE=HFS

input, output

UEC database.
 

Note

This ddname is not used when zFS data sets are used instead of HFS data sets.

UNVMSGS

DSORG=PS,
RECFM=(F, FB, V, VB)

output

UEC message trace data.

UNVPRSR

DSORG=PS,
RECFM=(F, FB, V, VB)

output

UEC parser trace data.

UNVTRACE

DSORG=PO,
RECFM=(F, FB, V, VB),
LRECL=256 or above.

output

UEC trace output.

SYSPRINT

DSORG=PS,
RECFM=(F, FB, V, VB)

output

Standard output file for the UEC program.

SYSOUT

DSORG=PS,
RECFM=(F, FB, V, VB)

output

Standard error file for the UEC program.

SYSIN

DSORG=PS,
RECFM=(F, FB, V, VB)

input

Standard input file for the UEC program.

Configuration Options

The following table describes the configuration options used to execute Universal Enterprise Controller for z/OS.

Command Line Syntax

The following figure illustrates the command line syntax – using the long form of configuration options – of Universal Enterprise Controller for z/OS.

uec [-ca_certs ddname] [-cert ddname [-private_key ddname [-private_key_pwd pwd] ] ] [-crl ddname] [-codepage codepage] [-convert] [-hostname_retry_count count] [-keep_monitor_events option] [-dest destination] [-lang language] [-level {trace|audit|info|warn|error}] [-mount_point directory] [-mount_point_mode mode] [-unix_db_data_set DSN] [-saf_key_ring name] [-saf_key_ring_label label] [-svcipaddr ipaddress] [-svcport port] [-ssl_cipher_list cipherlist] [-ssl_implementation {openssl|system}] [-tracefilelines lines] uec { [-help] | [-version] }

 


For a description of the options, see Universal Enterprise Controller Configuration Options.