Generate the scatter plot.
proc g3d data=reflib.nums; scatter y*x=z; run;