Tag: COBOL Error Messages

COBOL Runtime Error Code – 119 Symbol redefined (Fatal) -The RTS has de

In this post, you’ll learn about the COBOL runtime Error Code 119 and the reason why you are receiving it COBOL Error Code : 119 Reason for this Error in COBOL Symbol redefined (Fatal) -The RTS has detected a symbol (for example, data item, entry point or module name) which is already defined. -You can recode your application to remove the naming duplication. If you…

COBOL Runtime Error Code – 157 Not enough program memory: object file t

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…

COBOL Runtime Error Code – 194 File size too large (Fatal) -A file whic

In this post, you’ll learn about the COBOL runtime Error Code 194 and the reason why you are receiving it COBOL Error Code : 194 Reason for this Error in COBOL File size too large (Fatal) -A file which your program is accessing is too large for successful execution to continue. -When your program has terminated you should recode your program spreading the data over…