Combine the CUSTOMER and STATES data sets.


data combined;
  set customer states;
run;