Hi STATA users
I´m having a rather odd problem with a seemingly random error.
I am running a code containing several loops. Many of the loops end up with with a code like this:
Sometimes, and it really only is sometimes, the program stops at some random loop iteration with the following error message:
And sometimes the program runs to the end without this error occurring at all.
Can anybody tell me whats going on, and perhaps point to a solution?
I guessing it is a hardware issue since the error occurs at random. Maybe my harddisk is to slow to save the file before STATA proceeds.
Hope you can help.
I´m having a rather odd problem with a seemingly random error.
I am running a code containing several loops. Many of the loops end up with with a code like this:
Code:
append using "Stats Table - Peak uni.dta" duplicates drop save "Stats Table - Peak uni.dta", replace }
HTML Code:
file Stats Table - Peak uni.dta cannot be modified or erased; likely cause is read-only directory or file
Can anybody tell me whats going on, and perhaps point to a solution?
I guessing it is a hardware issue since the error occurs at random. Maybe my harddisk is to slow to save the file before STATA proceeds.
Hope you can help.
Comment