Use the SGRENDER procedure to identify the data set that contains the input variables and to assign a statgraph template for the output.


 proc sgrender data=range template=damping;
      dynamic x="Time" amp=10 freq=50 ;
 run;