Previous Topic: Define the DatabaseNext Topic: View the Database Contents


Activate Assured Delivery

The (CCI) LOGGER control option is used to activate Assured Delivery of CAICCI. This option also lets you specify the number of VSAM strings and buffers to save in the CCI LOGGER database.

Parameters that must be entered for (CCI) LOGGER are as follows:

strings

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

Default: 20 strings

buffer1

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

Default: 12 data buffers

buffer2

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

Default: 12 index buffers

reorg

Y or N. If Y is specified, CCI LOGGER reorganizes the VSAM database at CCILGR startup.

Default: N

Example (console)

CCI LOGGER(25,23,12,Y)

Example (CCIPARM)

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.