COBOL Runtime Error Code – 175 Attempt to run intermediate code program

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

COBOL Error Code :

175

Reason for this Error in COBOL

Attempt to run intermediate code program which had severe errors in it (Fatal) -You are trying to run a program that produced severe faults when you submitted it to your COBOL system with the run-time switch E turned off. Alternately, you could try to run the program with the E run-time switch set, though this might not give the desired results. -You should edit your source code to correct all the severe faults, resubmit it to your COBOL system, then run the intermediate code that is produced. When your program is being animated, Animator reports this error and enables you to continue to run the program. See also: E RTS switch