Hi all,
I'll try to keep this as brief as possible, and I don't know if -dataex- is even needed here: basically, I successfully used -merge m:1- at the beginning of my programming for a panel dataset, then did a bunch of stuff to it, and now towards the end I have to do another -merge m:1- for different data than the first one.
But when I do -merge m:1- the second time, I get the error "variable _merge already defined", which makes sense given that I already did a merge earlier on. Perhaps there is some easy workaround that I am not aware of, or a way to do multiple m:1 merges at once? Thanks.
I'll try to keep this as brief as possible, and I don't know if -dataex- is even needed here: basically, I successfully used -merge m:1- at the beginning of my programming for a panel dataset, then did a bunch of stuff to it, and now towards the end I have to do another -merge m:1- for different data than the first one.
But when I do -merge m:1- the second time, I get the error "variable _merge already defined", which makes sense given that I already did a merge earlier on. Perhaps there is some easy workaround that I am not aware of, or a way to do multiple m:1 merges at once? Thanks.
Comment