Project the map data set using all default criteria. The ID statement identifies the variable in the input map data set that defines unit areas.


proc gproject data=us48
              out=us48proj;
   id state;
run;