USE_EXECUTABLE_MEMORY

When set to TRUE, this variable enables a COBOL program compiled for Native Code (-n compiler option) to run on a UNIX or Windows system that protects against executable code in normal memory. (On Windows, this is called Data Execution Protection (DEP).) The default value is TRUE.

Note: Prior to extend 10.0, the default value was FALSE.