Previous Topic: Define the Database

Next Topic: View the Database Contents

Activate Assured Delivery

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)

To ensure that Assured Delivery is activated automatically as part of CAIENF startup, add the CAICCI LOGGER control option in your CAICCI control option member.