SET_CISZ_INDEX
(VSAM only.) The SET_CISZ_INDEX keyword specifies the control interval size for the index component of a VSAM cluster.
Syntax
SET_CISZ_INDEX=nnnnn
Where:
nnnnn is an integer (0 - 32768).
Default
None.
Environments
ALLOCATE
AMS equivalent
DEFINE CLUSTER (....) DATA(....) INDEX(CONTROLINTERVALSIZE(8192) ....)
Data class equivalent
CIsize Data.
Related selection criteria
CISZ_DATA
Example
In the following example, the specified control interval size for the index component is 8192:
SET_CISZ_INDEX=8192