Hi
I'm trying to import data, using the SAS Enterprise guide 9.2.
I've made a copy of a bunch of dbf-files, and want to import them in SAS.
However, for two of them it works out perfectly, but for three of them I get an error saying:
ERROR: File is in use, C:\Documents and Settings\tder\Local
Settings\Temp\SEG588\Bonsuit-1afed9ac1d624546a5506bdb837f5867.txt.
NOTE: The SAS System stopped processing this step because of errors.
Looking at the code, it uses first a DATA step and then an infile statement. The error occurs during that infile procedure.
Of course, the file isn't in use or opened in any way, and I can't figure out what else might be the problem. Especially because two files, which I copied and used in the same way, were imported without a problem.
Thanks for the help,
Thomas