In this post, you’ll learn about the COBOL runtime Error Code 107 and the reason why you are receiving it
COBOL Error Code :
107
Reason for this Error in COBOL
Operation not implemented in this run-time system (Fatal) -You are trying to perform a file operation which your run-time system does not support. -You should recode your program so that it does not try such operations, or you should acquire a version of your system that does support this facility.
Leave a Reply