Dear statalist,

I was using the packege odkmeta for merging ODK datasets. I am using ODK briefcase v 1.12.2 to download the data from odk server and using STATA 14.1 to merge. As I run the command
replace `temp' = "examplename(07)" if `var' == "examplename"
in the generated do file, I get the following error.
system limit exceeded - see manual r(1000);

Thank you in advance.