SORTOPT_FILSZ_PCT keyword

Use the SORTOPT_FILSZ_PCT keyword to specify a percentage value to adjust the FILSZ parameter value of the SORT control statement.

This keyword is valid only when SORTOPT_FILSZ=AUTO, which requests FPA to add the FILSZ parameter to the SORT control statement, is specified. You can use the SORTOPT_FILSZ_PCT keyword to adjust the FILSZ parameter value to avoid abend B37 (out of space) or oversized data sets.

SORTOPT_FILSZ_PCT is an optional keyword for the following commands:

  • ANALYZE
  • CHANGE
  • EXTRACT
  • RELOAD
  • REORG
  • TUNE
  • UNLOAD
Related keywords:
SORTOPT_FILSZ keyword
Format:
Read syntax diagramSkip visual syntax diagramSORTOPT_FILSZ_PCT=100value
value
Specify a value in the range of 1 - 999.

FILSZ parameter value is adjusted as follows:

FILSZ parameter value = SORTOPT_FILSZ_PCT_value × estimated_FILSZ_value / 100 

The maximum FILSZ parameter value is 9999999999.

Default:
SORTOPT_FILSZ_PCT=100
Site default support:
Supported.
Keyword abbreviation:
Not supported.