Hi,
1. Installed COBOL runtime environment onto a clean Windows 2012 server
2. COBOL32 folder is available in the required drive - Unzip from existing server(W2008)
3. Environment variables has been setup
COBDIR = C:\\COBOL32\\LBR;C:\\COBOL32\\EXEDLL\\
COBSW = -F
UTILDIR = C:\\COBOL32\\LBR
Amended the System Environment Variable, PATH, to include (%COBDIR%)
4. Additional DLL placed in the windows/system32 folder
MSVCR71.dll
MSVCRT20.dll
NTWDBLIB.dll
5. The Data Execution Prevention System settings has been set to ON(to run only for Windows essential services )
6. My COBOL RUNTIME Test fails i.e From a command prompt, type RUNW and this should bring up a COBOL window
I'm getting the below error
Execution error : file 'TRIGGER'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)