Skip to content

Instantly share code, notes, and snippets.

@statgeek
Forked from anonymous/SAS_Rsubmit_Wait
Created June 2, 2014 21:00
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 statgeek/083a34c131f0115a4cb3 to your computer and use it in GitHub Desktop.
Save statgeek/083a34c131f0115a4cb3 to your computer and use it in GitHub Desktop.
rsubmit wait=no macvar=check_test;
proc freq data=table.large_table;
table variable_levels/out=check;
run;
endrsubmit;
%put &check_test;
rget;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment