Previous Topic

Next Topic

Book Contents

Book Index

Activating the CDAM

Use the following syntax to activate CDAM:

//ddname DD SUBSYS=(subsys-name,'parameters')

where

The SUBSYS parameter is a standard JCL parameter. For detailed information about this parameter, refer to the relevant operating system publications.

Compressed Dataset Access Method parameters can span more than one line. In this case, the following JCL syntax should be used:

//PRINT    DD  SUBSYS=(CDAM,'PREFIX=J08,UNIT=PROD',

//         'OUTLIM=30000')

Parent Topic

How to Use CDAM