FILSZ
The File Size (FILSZ) keyword is valid with the Index Build (HIU) function.
FILSZ suppresses the use of SORTWORK. This keyword is available in PLUSIN; it is not available as a global option. The following table describes FILSZ keyword.
To do this | Specify this in PLUSIN |
---|---|
Build an index | INDEX |
Estimated number of records. Limit: between 1 and 4,294,967,295 | NO |
Internal default: INDEX |
The following example shows the syntax for the FILSZ keyword:
When you build indexes for a database, you can use the FILSZ keyword to specify an estimated number of records for each index file. The FILSZ keyword enables you to specify estimated record counts for as many as 32 indexes.
For more information about sorting with the Index Build function, see Sort-considerations-Index-Build-function.
Related topic