Determine which customer points fall inside or outside which county.
proc ginside map=work.states data=customer out=mapout; id state county; run; /*see the resulting data*/ proc print; run;