COBRT041 索引ファイルが破壊されいる
Your run-time system does not recognize the control information for an indexed file and as the index has been corrupted in some way the data in the file is no longer accessible by your system. This error is recoverable in the sense that it can be trapped but should you receive it, you can do little except to close any open files and stop your program's run.
COBRT043 索引ファイルにファイル情報がない
The most likely reason for this error is that the names of either the data part or the index part of the file are not consistent with the setting of the IDXNAMETYPE FIle Handler configuration option.
COBRT044 NLS 対応でないプログラムで NLS ファイルを開こうとしている
The logical file-name is preceded by "%NLS%", but the program which OPENS the file has been compiled without the NLS directive set: the OPEN fails.
COBRT045 適合しないプログラムで NLS ファイルを開こうとしている
The NLS control information for a file in your program does not match the same NLS control information in the header of your index file. Alternatively, your index file has become corrupted.
COBRT047 索引構造がオーバフローしている
The structure of your indexed file contains a fault. You have probably tried to put another entry in the index when there is no room for it. This may be because you have reached the maximum number of duplicate keys.
COBRT048 ゼロで割ろうとしている
You are executing a program that is trying to perform a divide by zero.