Stata FrGet
The frget command copies a variable from a linked frame.
Contents
Usage
frget foo bar baz, from(linkvar) frget foo newbar=bar, from(linkvar)
To copy all variables while adding a prefix, try:
frget *, from(linkvar) prefix(merge_)
There is also a suffix(stub) option.