Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: Concatenating datasets that actually exist! (Was RE: st: RE: bar graph of multiple variables)


From   "David Harrison" <[email protected]>
To   <[email protected]>
Subject   RE: Concatenating datasets that actually exist! (Was RE: st: RE: bar graph of multiple variables)
Date   Thu, 10 Mar 2005 09:51:12 -0000

Sounds to me like it is exactly the same problem again

C:\Documents and Settings\foo.dta

is being interpreted as three files:

C:\Documents.dta
and.dta
Settings\foo.dta

which -dsconcat- is trying to concatenate, but they don't exist. Try

dsconcat "`file1'" "`file2'" etc

David

-----Original Message-----
From: Clive Nicholas [mailto:[email protected]]
Sent: 10 March 2005 06:12
To: [email protected]
Subject: Concatenating datasets that actually exist! (Was RE: st: RE:
bar graph of multiple variables)

. dsconcat `file1' `file2' `file3' `file4' `file5' `file6' `file7'
file C:\Documents.dta not found
r(601);



*
*   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