SET_CISZ

(VSAM only.) The SET_CISZ keyword specifies the control interval size for a VSAM cluster.

Syntax

Read syntax diagramSkip visual syntax diagramSET_CISZ=nnnnn

SET_CISZ=nnnnn

Where:

nnnnn is an integer (0 - 32768).

Default

None.

Environments

ALLOCATE

AMS equivalent

DEFINE CLUSTER (CONTROLINTERVALSIZE(8192) ....)

Related selection criteria

CISZ

Example

In the following example, the specified control interval size is 8192:

SET_CISZ=8192