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/