In this post, you’ll learn about the COBOL runtime Error Code 105 and the reason why you are receiving it
COBOL Error Code :
105
Reason for this Error in COBOL
Memory allocation error (Fatal) -The run-time system is unable to allocate sufficient memory space to successfully carry out the tried operation, probably because of insufficient memory space on your system. -You should obtain more memory in which to run your program. Refer to your operating system documentation for details of how you can obtain more memory, if this is possible.
Leave a Reply