Generate a surface plot.
proc g3d data=smoothed;
   plot y*x=z;
run;
quit;