Hi there
I am using the merge command for matching between two datasets.
A successful pair needs to match on var1 and at least one other variable (var2, var3 or var4).
Ideally I would then get a report on which combination of variables allowed the pairs to be successfully matched (e.g. var1+var2, var1+var4, var1+var3+var4, etc).
Is there a way to do this without breaking my datasets into multiple different pieces and running multiple merge commands?
Many thanks for any advice.