Generate the surface plot.
proc g3d data=partial;
   plot y*x=z;
run;
quit;