\documentclass{article} \begin{document} \section*{SAS test} Analysis of one of the built-in datasets: \begin{SAScode} proc means n mean stddev data = sashelp.shoes; \end{SAScode} \begin{SAScode}{fig, scale=.7} proc gplot data = sashelp.shoes; plot sales * returns; \end{SAScode} Right now, we have trouble with certain graphics formats, and the tick labels may overlap the plotting area. RVL hopes to figure this out before long. \end{document}