Skip to content

Instantly share code, notes, and snippets.

@larsvilhuber
Created September 6, 2016 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsvilhuber/b8dbd528ce192660166e9b6301df826b to your computer and use it in GitHub Desktop.
Save larsvilhuber/b8dbd528ce192660166e9b6301df826b to your computer and use it in GitHub Desktop.
Code that seems to flumox StatRep package.
\begin{Sascode}[store=mytest,program]
%macro main;
data one;
do j=1 to 10;
%do i = 1 %to 70;
var&i. = &i.;
%end;
output;
end;
run;
%mend;
%main;
proc contents data=one;
run;
\end{Sascode}
\Listing[store=mytest,objects=Variables,
caption={My test}]{mytest}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment