COBRT225 動的ロードエラー - プログラムの構成要素がない
The run-time system cannot locate the root or overlay of a program that is currently loaded in memory.
COBRT226 外部ファイルの定義が矛盾している
Two or more programs define the same external file but with different formats. For example, maximum and minimum record lengths might be different.
COBRT227 外部データの定義に一貫性がない
Two or more programs are defining the same external data item, but the first loaded program has defined the size differently from the second or subsequent loaded program.
COBRT229 SORT/MERGE では外部ファイルに対する USING/GIVING 指定はできない
You have tried a SORT or MERGE operation which has USING/ GIVING files which are defined as EXTERNAL. The SORT/ MERGE module does not support USING/ GIVING files defined as EXTERNAL.
COBRT235 アニメート処理での通信チャネルエラー
The Debugger has encountered system limits or conflicts resulting in communications errors. Perhaps two logins on the same UNIX system are trying to cross-session debug the same program file.
COBRT236 アニメートしたプログラムが正常終了していない
A program you are debugging has terminated without following the standard run-time system shut-down process. The termination was probably either initiated by the user or caused by a severe run-time error.
COBRT237 アニメートの初期処理を行うことができない
The Debugger has encountered system limits in starting your program. The debugged program cannot start because of either insufficient memoryor too many processes running on the UNIX system .