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

Re: st: Retrieving a master dataset after merging


From   Ted Anagnoson <[email protected]>
To   [email protected]
Subject   Re: st: Retrieving a master dataset after merging
Date   Sat, 09 Apr 2005 09:43:58 -0700

If A is the master dataset and B is the data set to merge into it

A is on disk and B is on disk

You load A into memory
Give merge command
Save as NEW data set name, "C"

Then A is still on disk in its original form, B is still on disk in its original form, and C is now on disk as the merger of the two. C is also the data set in memory.

Ted Anagnoson


At 04:24 PM 4/9/2005 +0000, you wrote:

Dear All,
After doing a -merge-, can one retrieve the master dataset? If yes, how can it be done? Thank you.

Louis


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