COBRT022 無効または不可能なアクセスモードで開かれている
The mode in which you are trying to open a file violates the General Rule of COBOL for that type of file; for example you might have opened a line sequential file in the I-O mode.
COBRT030 ファイル システムは読み込み専用である
The file system which you are using is read-only, which effectively means that it is write-protected. You have tried to change a file in some way, for example you might have tried to WRITE to a file or to DELETE information in it.
COBRT031 ファイルの所有者ではない
You are trying an operation on a file but the file's owner has not given you the necessary permission for that operation. You could for example be trying to alter the access modes for a file, which only the file's owner can do.
COBRT032 索引ファイルが多すぎる。または処理の確認ができない
You have tried to open an indexed file but the number of files that you currently have open is the system limit.
COBRT033 ハードウェア I-O エラー
You have a hardware error of some type. Perhaps you have not put a disk in the relevant drive or you might have tried to WRITE to a disk but the processor detected hardware interface has failed.
COBRT034 アクセスモードかファイル記述項の指定に誤りがある
You are either trying to write to a file which is open for read purposes only, or read a file which is open for write purposes only.
COBRT035 正当な許可なしにファイルをアクセスしようとしている
You are trying a file operation which you do not have sufficient permission to achieve. For example you could be trying to write data to a file which has been set up with the read attribute only.
COBRT036 ファイルはすでに存在している
You are trying an inappropriate operation on an already existing file.
COBRT037 ファイルアクセスが拒否されている
Your attempt to access a file has been denied by the operating system. You might have tried to write to a write-protected file or you could have tried to read from an output device.
COBRT038 ディスクに互換性がない
You have tried to access a disk that is incompatible with the current version of your operating system. This could be because it was created under a previous version of the system or it could have been created under a completely different operating system. You would also receive this error if you tried to load a disk with a name that clashed with a disk that was already loaded.
COBRT039 ファイルに互換性がない
You have tried to access a file that is not compatible with the structure of files under the current release of your software. This could be because the file was created either under a different operating system or under a previous version of your current system.
COBRT040 各国語の初期化が正しくセットアップされていない
You have tried to use the additional language variants, but the environment or side file that is required to set up the language either has not been set up correctly, or does not exist, or is invalid.