File Utility Programming (FUP) Reference Manual

FUP Commands
File Utility Program (FUP) Reference Manual523323-015
2-185
SET Parameters for Partitioned Files
0:maximum [ PAGE[S] ]
specifies the extent size in pages (2,048-byte units). Possible values are:
Because the minimum extent size is one page (2,048 bytes), one page is
also allocated if you specify zero extents.
0:maximum BYTE[S]
specifies the extent size in bytes. Possible values are:
The FUP process rounds the extent size up to the next full page. If you
specify 2,047 bytes, FUP allocates one page. If you specify 2,049 bytes,
FUP allocates two pages.
0:maximum REC[S]
specifies the extent size based on the current settings for
record-length (REC), data-block-length (BLOCK),
index-block-length (IBLOCK), key-field lengths, and compression
settings. Possible values are:
The FUP process rounds the extent size up to the next full page.
0:maximum MEGABYTE[S]
specifies extent sizes in million-byte units. Possible values are:
The FUP process rounds the extent size up to the next full page.
partial-key-value
specifies the lowest key value that can reside in this partition (for key-
sequenced files only). You must include partial-key-value for each
partition of a key-sequenced file. The partial-key value is 0 for the primary
partition.
Specify partial-key-value as any one (or a combination) of:
Format 1 Format 2
0:65,535 [ PAGE[S] ] 0:512,000,000 [ PAGE[S] ]
Format 1 Format 2
0:134,215,680 BYTE[S] 0:2,147,483,647 BYTE[S]
Format 1 Format 2
0:134,215,680 REC[S] 0:2,147,483,647 REC[S]
Format 1 Format 2
0:134 MEGABYTE[S] 0:2,147 MEGABYTE[S]