proc tabulate data=ia.fltat; class Location ; table Location all; run;