On 6/7/07, nkiso@worldbank.org <nkiso@worldbank.org> wrote:
Hi,
When I tried to append two datasets, I receive an error message,
"varlist not allowed". (Please see below for the stata screen.)
What does this mean?
Thank you so much.
*************** Stata Screen
*****************************************************
use "Baseline\NKdta\merge1_v.dta"
append "Followup\NKdta\merge2_v.dta"
varlist not allowed
r(101);
Elementary, see the help page for the -append command (-man append-).
Your missing "using" from you command, try...
<-----snip---->
use "Baseline\NKdta\merge1_v.dta"
append using "Followup\NKdta\merge2_v.dta"
<-----snip---->
Neil
--
"In mathematics you don't understand things. You just get used to
them." - Johann von Neumann
Email - nshephard@gmail.com / n.shephard@sheffield.ac.uk
Website - http://slack.ser.man.ac.uk/
Photos - http://www.flickr.com/photos/slackline/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/