{smcl} {* 19Nov2008}{...} {cmd:help wfex_merge}: Examples of merging files {hline} {title:List of examples} 1. Match merging. 2. One-to-one merging of unrelated datasets. {title:1. Match merging} use wf-nls-cntrl07, clear merge id using wf-nls-flim05, sort {title:2. One-to-one merging of unrelated datasets} use wf-lfp, clear datasignature confirm summarize use wf-acpub, clear datasignature confirm summarize use wf-lfp, clear merge using wf-acpub tabulate _merge drop _merge {p2colset 5 12 12 2} {title:Also see} {help merge}; see chapter 6 of the {it:Workflow} book; {helpb wf:Workflow}. INCLUDE help wf_footer