In this post, you’ll learn about the COBOL runtime Error Code 108 and the reason why you are receiving it
COBOL Error Code :
108
Reason for this Error in COBOL
Failure to initialize data division (Fatal) -The run-time system cannot load your program properly because the data needed to correctly initialize the Data Division has become corrupted. -You should compile your program again to try to obtain good intermediate code.
Leave a Reply