UECLoad for zOS

JCL

The following figure illustrates the JCL required to execute UECLoad for z/OS.

DD Statements used in JCL

The following table describes the DD statements used in the UECLoad for z/OS JCL, 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.

UNVTRACE

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

output

UECLoad trace output.

SYSPRINT

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

output

Standard output file for the UECLoad program.

SYSOUT

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

output

Standard error file for the UECLoad program.

SYSIN

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

input

Standard input file for the UECLoad program.