Create a map data set of Wake County in North Carolina.


data states;
  set maps.counties(where=(fipstate(state)="NC" and county=183));
run;