In this post, you’ll learn about the COBOL runtime Error Code 182 and the reason why you are receiving it
COBOL Error Code :
182
Reason for this Error in COBOL
Console input or console output open in wrong direction (Fatal) -You are either trying to read input from the screen or write to the keyboard. -You should recode your program.
Leave a Reply