In this post, you’ll learn about the COBOL runtime Error Code 157 and the reason why you are receiving it
COBOL Error Code :
157
Reason for this Error in COBOL
Not enough program memory: object file too large to load (Recoverable) -Either your program is too large for the available memory space, or the stack is full. -If you have specified the ON OVERFLOW/EXCEPTION clause in the relevant CALL statement, the error is recoverable. Any associated imperative statement is executed before the next instruction.
Leave a Reply