Create data set ALL by combining data set REFLIB.US48 and data set REFLIB.CITIES.
data all;
   set reflib.us48 cities;
run;