Determine the values of STATE and COUNTY for each data point.


proc ginside data=gps map=maps.counties out=gpscounties;
  id state county;
run;