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