Generate the surface plot.


proc g3d data=sashelp.lake;
   plot length*width=depth;
run;
quit;