Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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,
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
titleNote

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.

...