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 are not linking with a non-COBOL function, you can use the -e RTS switch (32-bit RTS only).
Leave a Reply