In this post, you’ll learn about the COBOL runtime Error Code 179 and the reason why you are receiving it
COBOL Error Code :
179
Reason for this Error in COBOL
Error during chain (program not found) (Fatal) -You have tried to chain to another program which your system is unable to find. -Once your program has terminated you should copy the relevant file into your logged-in drive or directory. If insufficient space is available, you should set the COBDIR environment variable to search the directory or drive on which the file is present when your program calls it. Once you have taken these steps, run your program again.
Leave a Reply