COBRT161 中間コードが無効である
The intermediate code which is currently being processed is not valid code. You are probably trying to execute a corrupted file or one which has not been submitted to your COBOL system successfully.
COBRT162 算術桁あふれまたは下位桁あふれしている
You are executing a program that is trying to perform a floating-point divide by zero.
COBRT163 数字フィールド内に無効な文字がある (致命的)
The contents of a numeric or numeric edited field are inconsistent with the picture definition of that field.
COBRT164 ランタイム サブプログラムが見つからない
You have tried to call a subroutine whose entry address has not been set up in your run-time system.
COBRT167 USING 句の項目が多すぎる
The list of items which you have supplied in a CALL....USING statement is longer than the run-time system can handle.
COBRT168 スタックオーバフロー
You have nested a PERFORM statement or a series of CALL statements too deeply.
COBRT169 構成情報が無効である
You have tried an operation for which your machine is not configured; the most likely cause of this is that Adis is not configured correctly.
COBRT171 この RTS では日本語操作は無効である
You are trying to perform Japanese operations with a non-Japanese run-time system, or you have used a Japanese version of your COBOL system to produce code which you are now trying to run using a non-Japanese run-time system.
COBRT173 ドライブ/ディレクトリにないプログラムファイルを呼び出した (致命的)
You have tried to call a program which is not present on your current logged-in drive or directory, or in a directory pointed to by the COBDIR environment variable, or to send a message to a class which cannot be loaded.
COBRT174 インポートされたファイルが見つからない
You have tried to load a .dll file which contains references to another .dll file which cannot be found by the operating system.
COBRT175 重大エラーがある中間コードプログラムを実行しようとしている
You are trying to run a program that produced severe faults when you submitted it to your COBOL system with the run-time switch E turned off.
COBRT176 無効な区分内参照である
You might have a corrupted file. Alternatively, your code contains a segment reference for the Forward Reference Table which is illegal.
COBRT177 実行中のプログラムをキャンセルしようとしている
You have tried to remove a currently executing program or its parents or grandparents, from memory.