COBOL Runtime Error Code – 154 PERFORM nested too deeply (Fatal) -This

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

COBOL Error Code :

154

Reason for this Error in COBOL

PERFORM nested too deeply (Fatal) -This error usually results if you have used GO TO to jump out of the range of a PERFORM rather than to jump to an EXIT statement at the end of its range. -When your program has terminated you should to recode your program to ensure that the GO TO in question jumps to an EXIT statement at the end of the PERFORM’s range.