COBRT183 行順ファイルを I-O モードで開こうとしている
You have tried to open a line-sequential file in the input-output open mode, but this mode is not supported for files with this organization.
COBRT184 ACCEPT/DISPLAY の I-O エラー
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.
COBRT187 ランタイムシステムが$COBDIRパス上にない(致命的)
The run-time system cannot be found on the path you have set up in the COBDIR environment variable. Alternatively, you might not have installed your COBOL system correctly.
COBRT188 ファイル名が長すぎる
A file-name which you have used has more characters than the maximum number allowed by your operating system.
COBRT189 中間コードのロードエラー
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 CALL の引数が多すぎる
A CALL statement in your program cannot be successfully executed because of the number of arguments which you have used with it.
COBRT192 必要な端末の機能に関する記述がない
A compulsory entry, for example cursor movement or clear screen, is missing from your terminal configuration database.
COBRT193 可変長カウントエラー
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.
COBRT194 ファイルのサイズが大きすぎる
A file which your program is accessing is too large for successful execution to continue.
COBRT195 DELETE/REWRITE の前に ファイルを READ していない
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.
COBRT196 相対または索引ファイルのレコード番号が大きすぎる
The relative record key has exceeded the system limit, that is, the file is too large for the system to handle.