Previous Topic

Next Topic

Book Contents

Book Index

Example (DAFDEF DD statement)

Assign the following DD statement to the installation FORMDEF library or libraries.

//DAFDEF    DD   DISP=SHR,DSN=SYS1.FDEFLIB

Note: The same PAGEDEF and FORMDEF library or libraries that are specified in the site PSF (Print Services facility) JCL procedure must also be specified in the CTDPRINT procedure.

For example, assume that the site specifies the following PAGEDEF and FORMDEF libraries in the PSF JCL procedure:

In the CTDPRINT procedure, the following JCL statements must be added:

//*

//* PAGEDEF LIBRARIES

//*

//DAPDEF    DD   DISP=SHR,DSN=SYS1.PDEFLIB

//         DD   DISP=SHR,DSN=SYS1.PDEFLIB2

//*

//* FORMDEF LIBRARIES

//*

//DAFDEF    DD   DISP=SHR,DSN=SYS1.FDEFLIB

//         DD   DISP=SHR,DSN=SYS1.FDEFLIB2

Add the required JCL statements.

Parent Topic

Step 10.2 – Modify CTDPRINT