*Copyright @ www.mycsg.in;


What is the word meaning of merge

  1. Combine to form a single entity.

Common scenarios where merging is required

What does the MERGE statement do in a DATA step

What is match merging in SAS

Create sample datasets

One to one match merging

Create a dataset named heightweight by merging height and weight datasets based on name

Create a dataset named hws by merging height, weight, and sex datasets based on name

Create a dataset named ahws by merging age, height, weight, and sex datasets based on name

Important point to remember about sorting before merging

Key points to remember