1. Add OPTIONS=QCLOSE (miame.ini option) to close QFLOCK.SYS file after launching a new program. This is intended to be of possible use as a workaround for network problems on extremely large NT networks, and in most cases will actually slow down performance.
2. Implement a workaround for an NT anomaly in which a bogus "access denied" error (Basic error #37) could be returned on attempt to open a sequential input file on a very busy network. (The workaround is to sleep a few winks and retry a few times, giving the NT server a chance to get itself stabilized.)
3. Correct compilation of the PROGRAM statement. Previously it was allowing more than 15 for the minor version and was not supporting more than 9 for the major version.