Versions Compared

Key

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

...

The following table describes the DD statements used in the UCTL Manager for z/OS JCL procedure, above.
 

ddname

DCB Attributes *

Mode

Description

STEPLIB

DSORG=PO,
RECFM=U

Input

Load library containing the program being executed.

UNVNLS

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

Input

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

UNVTRACE

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

Output

UCTL trace output.

SYSPRINT

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

Output

stdout file for the UCTL program. UCTL does not write any messages to SYSPRINT.

SYSOUT *

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

Output

stderr file for the UCTL program. UCTL writes its messages to SYSOUT.

...

The following figure illustrates the UCTL Manager for z/OS JCL using the UCTLPRC JCL procedure, above.

Panel
//jobname  JOB CLASS=A,MSGCLASS=X
//STEP1    EXEC UCTLPRC
//SYSIN    DD  *
-stop 10312932 -host dallas -userid joe -pwd akkSdiq
/*

...