Create Index: Type panel
You use the Create Index: Type panel to specify information to define the type of index to be created.
Panel and field definitions
- 1. Non-Unique
- Duplicate index values are permitted.
- 2. Unique
- Distinct values for all entries in the index.
- 3. Unique Not Null
- Distinct values for all not null entries in the index.
- Clustering Index Option
- Enter a
/
to specify a clustering index (CLUSTER keyword). - Piecesize
- You can specify a maximum addressability for each piece (data
set of a non-partitioning index). The values entered must be powers
of 2, and the valid values depend on the multiplier.
- If the multiplier is K, valid values are 2**n between 256 and 67 108 864 inclusive.
- If the multiplier is M, valid values are 2**n between 1 and 66 536 inclusive.
- If the multiplier is G, valid values are 2**n between 1 and 64 inclusive.
Parent panels
Child panels
None.