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 Certificate for z/OS JCL procedure, above.
 

ddname

Description

STEPLIB

Load library in which program UCERT is located.

UNVDB

UCERT certificate database.

UNVNLS

UCERT national language support ddname.

UNVTRACE

UCERT trace ddname.

SYSPRINT

UCERT standard output ddname.

SYSOUT

UCERT standard error ddname.

...

The following figure illustrates the Universal Certificate for z/OS JCL using the UCRPRC JCL procedure, above.


Panel
//UCERT    EXEC PGM=UCERT
//STEPLIB  DD  DISP=SHR,DSN=UNV.SUNVLOAD
//UNVNLS   DD  DISP=SHR,DSN=UNV.SUNVNLS
//UNVDB    DD  DISP=SHR,DSN=UNV.UCRDB
//UNVTRACE DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//SYSOUT   DD  SYSOUT=*
//CEEDUMP  DD  SYSOUT=*
//SYSIN    DD  DUMMY

...