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 more than one file to ensure that no file becomes too large for your operating system to handle. Having recoded your program you can then rerun it.
Leave a Reply