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/