47. TOO MANY FILES OPEN: NAME_OF_LAST_FILE.

LINGO imposes a limit on the total number of files that can be opened simultaneously through use of the @FILE command. You can try placing all the data in fewer files. Also, avoid using the LINGO end-of-record mark (~) at the end of files. This allows LINGO to “see” the end of the file, forcing it to close the file down, thus allowing for an additional open file.