PROC SQL is a powerful Base SAS Procedure that combines the functionality of DATA and PROC steps into a single step.
PROC SQL can sort, summarize, subset, join (merge), and concatenate datasets, create new variables, print the results or create a new table or view all in one step!