Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Error when appending


From   "Neil Shephard" <[email protected]>
To   [email protected]
Subject   Re: st: Error when appending
Date   Fri, 8 Jun 2007 12:47:13 +0100

On 6/7/07, [email protected] <[email protected]> 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 - [email protected] / [email protected]
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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index