Bad record number

You tried to read from a file using a record number that is either invalid (negative) or out-of-bounds (larger than the number of records in the file).

If you are using a Get statement, make sure that the record numbers are within the bounds of the file. Numbering of records begins at 1.