Eric Uslaner <[email protected]> wrote:
> Just reinstalled and updated Stata on new computer. Typed:
>
> mmerge country using trustdata
>
<output omitted>
>
> and got:
>
> unrecognized command: merge
> r(199);
>
> which was strange since "country" is in both data sets.
>
> Then I replaced mmerge on SSC (not really needed since it just
> reinstalled what I had) and it still didn't work. So I typed:
>
> merge country using trustdata
> unrecognized command: merge
>
> Any suggestions? Many thanks,
It appears that you might have updated your executable and not your ado-files.
In the 15dec2003 update, we moved the internal -merge- command to -_merge- and
wrote an ado-file wrapper (merge.ado) to call _merge. This change was made to
allow merges with multiple using files.
I would recommend typing -update ado-. After that, try again. If you are
still having problems, I would then recommend that you contact Stata Technical
Support so that we may further investigate the problem.
--Shannon Driver
[email protected]
*
* 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/