no_mfredir

Enables you to reduce the time the run-time system takes to initialize if your project or application does not execute remote programs.
Restriction: These tunables are supported for native COBOL only.

Syntax:

>>-----set no_mfredir=---.-TRUE-.-------------><
                         +-FALSE+

Parameters:

TRUE The run-time system initializes without searching for the optional module _MFREDIR.
FALSE The run-time system searches for _MFREDIR when initializing.

Properties:

Default: FALSE
IDE equivalent: None