In this post, you’ll learn about the COBOL runtime Error Code 116 and the reason why you are receiving it
COBOL Error Code :
116
Reason for this Error in COBOL
Cannot allocate memory (Fatal) -For some reason a part of your run-time system is unable to allocate you sufficient memory to enable you to execute your code. -You should try to reduce memory usage by canceling programs that are not in use, then try the operation that caused this message again.
Leave a Reply