- Application does not execute remote programs
- Set this to True if your project or application does not execute remote programs. Enables you to reduce the time the run-time
system takes to initialize.
Equivalent tunable:
no_mfredir
- Type of CANCELS
- Specify whether logical or physical cancels are used. See
default_cancel_mode for more information.
Equivalent tunable:
default_cancel_mode
- Type of CANCELS used for CBL_SUBSYSTEM
- Specify the type of cancels for CBL_SUBSYSTEM cancels. Choose one of the following:
- Physical - any program canceled with a CBL_SUBSYSTEM cancel will be freed from memory, making more memory available.
- Compatibility - as Logical cancels mode, except that .dll files or shared objects are physically canceled. This option is
present for compatibility with older products.
- Logical - any program canceled with a CBL_SUBSYSTEM cancel will not be freed from memory. The programs are available to be
reused and hence the performance of CALL/CANCEL statements is greatly increased.
Equivalent tunable:
subsystem_cancel_mode