BYINDEX Parameter File Option

Specifies to use an index for BY sorts.

Valid in: spdsserv.parm parameter file
Default: NOBYINDEX
Note: When NOBYINDEX is set, other SPD Server options that affect index use for BY sorts cannot enable index use.

Syntax

[NO]BYINDEX;

Optional Arguments

BYINDEX;

enables index use for BY sorts.

NOBYINDEX;

disables index use for BY sorts.

Details

The NOBYINDEX server parameter takes precedence over other SPD Server options that affect index use for BY sorts. That is, when NOBYINDEX is set, users cannot enable BY sorts to use an index. When BYINDEX is set, users can suppress index use for BY sorts with the SPDSNBIX macro variable, the SPDSNIDX macro variable, or the NOINDEX= table option.
Last updated: February 3, 2017