Hi,
I encounter errror r(900) when trying to read in my data set. I am running the following code
clear
set more off
set maxvar 30000
cd "C:\Home"
use auto1.dta
append using auto2.dta
At which point I get the following error message:
no room to add more variables
Up to 5,000 variables are currently allowed, although you could reset the
maximum using set maxvar; see help memory.
Interestingly both auto1 and auto2 contain 6860 variables. I would be happy about any thoughts.
I am running StataMP13 (64-bit) on Windows 7.
I encounter errror r(900) when trying to read in my data set. I am running the following code
clear
set more off
set maxvar 30000
cd "C:\Home"
use auto1.dta
append using auto2.dta
At which point I get the following error message:
no room to add more variables
Up to 5,000 variables are currently allowed, although you could reset the
maximum using set maxvar; see help memory.
Interestingly both auto1 and auto2 contain 6860 variables. I would be happy about any thoughts.
I am running StataMP13 (64-bit) on Windows 7.
Comment