Previous Topic: DSN

Next Topic: LIST

INIT

Initializes a new dump index for capture. You must initialize a new dump index before using it for dump capture. You cannot reinitialize an existing dump index. To create a new dump index you must allocate a new data set using IDCAMS prior to initialization.

Syntax

INIT ENTRIES EQ nnnn

Where nnnn identifies the maximum number of dump index entries that can be allowed to occupy the dump index at any time. For more information about initializing a dump index, see the Installation Guide.

Example

INIT ENTRIES EQ 250

This statement initializes a new dump index and sets the maximum number of entries to 250.