I had the same problem some time ago.
In my case the "File is in use" was a TMP file that I created like this:
file123 = SYS(3) + ".TMP"
SELECT * FROM adrsbook INTO TABLE (file123)
I discover that the SELECT uses internally the SYS(3) function to create a TMP file which produce the "File is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.