Technical data

141
141 beginning or end of file reached
The index for the specied key points beyond the length of the indexed
data le. This error is probably because of corrupted ISAM les or a bad
indexed I/O run-time library.
142 cannot find request record
The requested key for indexed READ does not exist.
143 current record not defined
Cannot execute REWRITE, UNLOCK, or DELETE before doing a READ
to dene the current record.
144 isam file is exclusively locked
The indexed le has been exclusively locked by another process.
145 filename too long
The indexed lename exceeds 128 characters.
148 key structure does not match file structure
Mismatch between the key specications in the OPEN statement and the
indexed le.
149 direct access on an indexed file not allowed
Cannot have direct-access I/O on an indexed le.
150 keyed access on a sequential file not allowed
Cannot specify keyed access together with sequential organization.
151 keyed access on a relative file not allowed
Cannot specify keyed access together with relative organization.
152 append access on an indexed file not allowed
Cannot speciy append access together with indexed organization.
153 must specify record length
A record length specication is required when opening a direct or keyed
access le.
154 key field value type does not match key type
The type of the given key value does not match the type specied in the
OPEN statement for that key.
Table A-1 (continued) Run-Time Error Messages
Number Message/Cause