Create the Statgraph Template.
proc template; define statgraph surface; begingraph; layout overlay3d; surfaceplotparm x=height y=weight z=density; endlayout; endgraph; end; run;