COBRT184 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.
COBRT188 Filename too large (Fatal)
A file-name which you have used has more characters than the maximum number allowed by your operating system.
COBRT189 Intermediate code load error (Fatal)
You are unable to load your intermediate code. You might have tried to load intermediate code that either has not been successfully produced, or has been corrupted in some way.
COBRT190 Too many arguments to CALL (Fatal)
A CALL statement in your program cannot be successfully executed because of the number of arguments which you have used with it.
COBRT193 Error in variable length count (Fatal)
The intermediate code which is currently being processed is not a valid operation. You are probably trying to execute a corrupt file or one which has not been produced.
COBRT195 DELETE/REWRITE not preceded by a read (Fatal)
Before a DELETE or a REWRITE statement can be successfully executed in sequential access mode the last input-output statement executed for the associated file must have been a successful read. In your code no read statement precedes your tried DELETE or REWRITE.