Previous Topic: HOSTNAME(hostname[,FORCE])Next Topic: MAXRU(nnnnn)


LOGGER(strings,buffer1,buffer2,reorg)

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)