I am trying to use data from external hard drive. Every time I begin by trying to "use" the data, I get an error message:
However, if I re-run the codes, save the file using the same name. And then try using that .dta file again, this time it works. It means I have this error, only when I eject the external drive and use it again.
I am using Stata version 14.2
Can anyone please help?
Code:
use "data/file2/myData.dta", clear
file data/file2/myData.dta not Stata format
I am using Stata version 14.2
Can anyone please help?
Comment