Hi. New to stata.
I imported a file using:
import sas "filepath", clear case(lower)
and then saved it using:
save "filepath", replace.
Then I tried to use the file using:
clear all
use"filepath"
and got this result:
.dta file corrupt
The file unexpectedly ended before it should have.
I'm clueless, any advice on the next steps. Thanks
I imported a file using:
import sas "filepath", clear case(lower)
and then saved it using:
save "filepath", replace.
Then I tried to use the file using:
clear all
use"filepath"
and got this result:
.dta file corrupt
The file unexpectedly ended before it should have.
I'm clueless, any advice on the next steps. Thanks
Comment