I have a customer that is writing an interface with our C+ intergration module. They can test our standalone program and it works fine. When they add their interface and run the job they get the (114 Attempt to access item beyond bounds of memory (Signal 11)) error message. According to MicroFocus it's a boundry violation. I'm trying to determine if they will need to allocate memory in their program.
Error 114 is a well known problem with older releases of MicroFocus, also when COBOL programs call other language programs with the parameters using the wrong call convention. I am not a C programmer, and I cannot help you there, but make sure your parameters are the same number, same size and in the right order.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.