Generate the first graphics output from the template using the SASHELP.HEART data set. The DYNAMIC statement defines dynamic variables in the template.
proc sgrender data=sashelp.heart template=distribution; dynamic var="cholesterol" varlabel="Cholesterol (LDL)" normal="yes" title="Framingham Heart Study"; run;