Universal Enterprise Controller for z/OS
Overview
Universal Enterprise Controller (UEC) for z/OS executes as a started task.
The following figure illustrates the Universal Enterprise Controller for z/OS JCL procedure (UECTLR, located in the SUNVSAMP library).
The following table describes the DD statements used in the Universal Enterprise Controller for z/OS JCL procedure, above.
ddname | DCB Attributes | Mode | Description |
|---|---|---|---|
STEPLIB | DSORG=PO, | input | Universal Agent load library containing the program being executed. |
UNVCONF | DSORG=PS, | input | UEC configuration member. |
UNVNLS | DSORG=PO, | 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, | output | UEC message trace data. |
UNVPRSR | DSORG=PS, | output | UEC parser trace data. |
UNVTRACE | DSORG=PO, | output | UEC trace output. |
SYSPRINT | DSORG=PS, | output | Standard output file for the UEC program. |
SYSOUT | DSORG=PS, | output | Standard error file for the UEC program. |
SYSIN | DSORG=PS, | input | Standard input file for the UEC program. |
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.