Hello
I am new to Stata and I am using Stata 12 on apple. My supervisor has the full dataset (more than a million values) and ran my do file on his server. By doing this, a new and smaller dataset is generated. I now want to use that new generated dataset, but I cannot open it in my Stata. I get the following message:
. use datasetcoeff8.dta
file datasetcoeff8.dta not Stata format
r(610);
I have Stata 12 and I think my supervisor does too. However, I googled a bit and found that a possible solution is the command USE13 if the file is from a newer version, which I tried, but it also failed.
. use13 datasetcoeff8.dta
Converting file datasetcoeff8.dta
_use13_convert(): 3498 Invalid file format: 118
use13(): - function returned error
<istmt>: - function returned error
r(3498);
Can you help me further?
I am new to Stata and I am using Stata 12 on apple. My supervisor has the full dataset (more than a million values) and ran my do file on his server. By doing this, a new and smaller dataset is generated. I now want to use that new generated dataset, but I cannot open it in my Stata. I get the following message:
. use datasetcoeff8.dta
file datasetcoeff8.dta not Stata format
r(610);
I have Stata 12 and I think my supervisor does too. However, I googled a bit and found that a possible solution is the command USE13 if the file is from a newer version, which I tried, but it also failed.
. use13 datasetcoeff8.dta
Converting file datasetcoeff8.dta
_use13_convert(): 3498 Invalid file format: 118
use13(): - function returned error
<istmt>: - function returned error
r(3498);
Can you help me further?

Comment