Generate the surface plot.


proc g3d data=smoothed;
   plot y*x=z;
run;
quit;