In this post, you’ll learn about the COBOL runtime Error Code 162 and the reason why you are receiving it
COBOL Error Code :
162
Reason for this Error in COBOL
Arithmetic overflow or underflow (Fatal) -You are executing a program that is trying to perform a floating-point divide by zero. -You should recode your program to avoid this illegal operation.
Leave a Reply