Hi all,
I've had problems running do-files where Stata seems to get stuck writing something to a file. For example, recently I've been using multiple imputation in wide format and performing various commands using the mi passive or mi xeq prefix. This error also occurs as something like "file _4___mitmpfile2.dta cannot be modified or erased; likely cause is read-only directory or file
r(608);"
In most cases, I've found that using one of Sterling Archer's favorite expressions helps. I go back to the do-file and add the command "display "Wait for it..." and this seems to give the system a little time to catch up.
It might be that I'm using a pretty fast computer and writing to Dropbox, but whatever the case, this seems to work. If there's a way to actually prevent it, I'd love to know.
Michelle
I've had problems running do-files where Stata seems to get stuck writing something to a file. For example, recently I've been using multiple imputation in wide format and performing various commands using the mi passive or mi xeq prefix. This error also occurs as something like "file _4___mitmpfile2.dta cannot be modified or erased; likely cause is read-only directory or file
r(608);"
In most cases, I've found that using one of Sterling Archer's favorite expressions helps. I go back to the do-file and add the command "display "Wait for it..." and this seems to give the system a little time to catch up.
It might be that I'm using a pretty fast computer and writing to Dropbox, but whatever the case, this seems to work. If there's a way to actually prevent it, I'd love to know.
Michelle
Comment