COBRT241 抽象クラスの実体化に失敗した
You have tried to create an instance of a class that has been declared ABSTRACT. Such classes cannot be instantiated.
COBRT242 DoesNotUnderstand メッセージを解決できない
The run-time system could not resolve the DoesNotUnderstand message. This is usually because you have defined a class in such a way that this method cannot be found.
COBRT243 クラスがロードされない
An attempt to load an object class has failed because the class does not contain a valid Class-Control section, or because the class is not defined correctly.
COBRT249 プロセスが中断(単一番号)(致命的)
The run-time system has passed a a SIGTERM signal to a service execution process (SEP) running on an enterprise server (SIGHUP and SIGINT as well on UNIX). This may occur for one of the following reasons:
COBRT250 プログラムをロードまたは実行するためのメインフレームアドレス空間が不足している
This program has been compiled with one of the compiler directives AMODE(24) or AMODE(31), which request the program's data division be registered with the Mainframe Pointer Manager. However, there is not enough free mainframe address space to allow this. For example, if you have compiled with the AMODE(24) compiler directive, the total address space required for your program's data division should not exceed 16 megabytes.