In this post, you’ll learn about the COBOL runtime Error Code 184 and the reason why you are receiving it
COBOL Error Code :
184
Reason for this Error in COBOL
ACCEPT/DISPLAY I-O error (Fatal) -You have either tried to read input from the screen or write to the keyboard, or the ADIS module has not been able to open your terminal’s channels for I-O. -Your program logic contains a mistake, so you must recode.
Leave a Reply