Project 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=reflib.us48
              out=reflib.us48proj;
   id state;
run;