Technical data

140
Appendix A: Run-Time Error Messages
126 'new' file exists
The le is opened as new but already exists.
127 cant find 'old' file
The le is opened as old but does not exist.
130 illegal argument
Invalid value in the I/O control list.
131 duplicate key value on write
Cannot write a key that already exists.
132 indexed file not open
Cannot perform indexed I/O on an unopened le.
133 bad isam argument
The indexed I/O library function receives a bad argument because of a
corrupted index le or bad run-time I/O libraries.
134 bad key description
The key description is invalid.
135 too many open indexed files
Cannot have more than 32 open indexed les.
136 corrupted isam file
The indexed le format is not recognizable. This error is usually caused
by a corrupted le.
137 isam file not opened for exclusive access
Cannot obtain lock on the indexed le.
138 record locked
The record has already been locked by another process.
138 key already exists
The key specication in the OPEN statement has already been specied.
140 cannot delete primary key
DELETE cannot be executed on a primary key.
Table A-1 (continued) Run-Time Error Messages
Number Message/Cause