Generate the surface plot. The G3D procedure using the G3GRID procedure's output data set as the input data set.
proc g3d data=default; plot y*x=z; run; quit;