Previous Topic: REORG the VSAM File

Next Topic: Query the CCILGR

Activate the Assured Delivery Feature

The LOGGER statement should adequately reflect that the CCILGR environment is deployed. For more information, see the CA Common Services for z/OS Reference Guide:

LOGGER(strings,buffer1,buffer2,reorg)   

The LOGGER control option is used to activate the Assured Delivery feature of CAICCI and specify the number of VSAM strings and buffers that will be saved in the LOGGER database.

Parameters that must be entered for LOGGER are as follows:

strings

The number of VSAM strings. Calculate this number as follows: 2 x #systems + 5

The default is 20 strings.

buffer1

The number of VSAM data buffers. Calculate this number as follows: 2 x #systems + 3

The default is 12 data buffers.

buffer2

The number of VSAM index buffers. Calculate this number as follows: #systems but not < 12

The default is 12 index buffers.

reorg

Y or N. If Y is specified, LOGGER will reorganize the VSAM database at start-up of CCILGR.

The default is N.

Example (console)

CCI LOGGER(25,23,12,Y)

Example (ENFPARMS)

LOGGER(25,23,12,Y)

Example for a sysplex of 20 systems

LOGGER(45,43,20,Y)