Statalist The Stata Listserver


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

st: "append to"


From   Caleb Southworth <[email protected]>
To   [email protected]
Subject   st: "append to"
Date   Sat, 16 Dec 2006 12:16:15 -0800 (PST)

Related to my previous query, is it possible to append the data in
memory to a file?

Currently, I would append a long list of file like this

use temp.dta, clear
forval i = 1/30 {
	append using temp`i'
}

It would be more efficient to simply append those temp files as they
were generated, rather than saving them and then appending them to
data in memory.

Caleb
[email protected]
University of Oregon Sociology
*
*   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