COBRT143 順呼び出しで REWITE/DELETE の前の READ が成功していない
You have failed to do a successful read on a sequentially accessed file trying a REWRITE or DELETE on some of the information contained in that file.
COBRT144 境界の違反である
You have tried to write a record to a variable length record file, the length of which is not within the defined range for that file.
COBRT146 順読み込みに対して現レコードが定義されていない
The file position indicator in your file is undefined owing to a failed read/START or INVALID KEY condition. You have tried to read another record in the file but as the current record is undefined the system cannot find the start of the record for which you have asked.
COBRT147 READ/START のオープンモードかアクセスモードが誤りである
You have tried to carry out a read or START operation on a file which has not been opened for INPUT or I-O, or which is not open at all.
COBRT148 WRITE のオープンモードかアクセスモードが誤りである
You have tried to write to a file in sequential access mode that you have not opened for OUTPUT or EXTEND, or you have tried to write to a file in random or dynamic access mode that has not been opened INPUT or I-O, or which is not open at all.
COBRT153 添字が指定範囲外になっている
A subscript which you have used in your program is out of the defined range, that is, it is either less than one or it is greater than the number of occurrences of the item.
COBRT154 PERFORM の入れ子の階層が多すぎる
This error usually results if you have used GO TO to jump out of the range of a PERFORM rather than to jump to an EXIT statement at the end of its range.
COBRT155 コマンド ラインが無効である
The run-time system does not recognize as valid the command line format you have specified.
COBRT156 COMPUTE 文にかっこが多すぎる
You have coded a COMPUTE statement which is too complex for your system to handle successfully.
COBRT158 行順編成ファイルに REWRITE しようとしている
You have used the REWRITE statement in conjunction with a file whose organization is line sequential. The REWRITE statement cannot be used with line sequential files.
COBRT159 行順編成ファイルが破損している
A line-sequential file which you are trying to access is corrupt in some way.
COBRT160 オーバーレイロードエラー
An error has occurred while trying to load the intermediate code for an independent segment. The segment is either missing or corrupted in some way.