I am trying to export a 4 columns and 290 million rows dta to an excel file but stata tells me:
. export excel cep_res using "SIH_ceps", firstrow(variables)
too many or no observations specified
r(198);
Is it because I have too many rows in my dta file? How could I solve this problem?
. export excel cep_res using "SIH_ceps", firstrow(variables)
too many or no observations specified
r(198);
Is it because I have too many rows in my dta file? How could I solve this problem?
Comment