In this post, you’ll learn about the COBOL runtime Error Code 007 and the reason why you are receiving it
COBOL Error Code :
007
Reason for this Error in COBOL
Disk space exhausted (Fatal) -The disk is full. -This error can be trapped, but once it has been reported you must do a STOP RUN immediately to terminate your program’s run. When your program has terminated, delete any files that you no longer need. Alternately, if your operating system supports this, put a new disk in a floppy disk drive and redirect your program’s file operations to this.
Leave a Reply