COBOL Runtime Error Code – 180 End-of-file marker error (Fatal) -A file

In this post, you’ll learn about the COBOL runtime Error Code 180 and the reason why you are receiving it

COBOL Error Code :

180

Reason for this Error in COBOL

End-of-file marker error (Fatal) -A file-marker used to indicate that the end-of-file has been reached is missing from one of your files. -You should resubmit your code to your COBOL system, or use a debugger to place the end-of-file marker at the end of the file. You can then rerun your program.