Technical data
141
141 beginning or end of file reached
The index for the specified key points beyond the length of the indexed
data file. This error is probably because of corrupted ISAM files 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 define the current record.
144 isam file is exclusively locked
The indexed file has been exclusively locked by another process.
145 filename too long
The indexed filename exceeds 128 characters.
148 key structure does not match file structure
Mismatch between the key specifications in the OPEN statement and the
indexed file.
149 direct access on an indexed file not allowed
Cannot have direct-access I/O on an indexed file.
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 specifiy append access together with indexed organization.
153 must specify record length
A record length specification is required when opening a direct or keyed
access file.
154 key field value type does not match key type
The type of the given key value does not match the type specified in the
OPEN statement for that key.
Table A-1 (continued) Run-Time Error Messages
Number Message/Cause










