Skip to content

Instantly share code, notes, and snippets.

Created June 2, 2014 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/7a2c383f595f49560a18 to your computer and use it in GitHub Desktop.
Save anonymous/7a2c383f595f49560a18 to your computer and use it in GitHub Desktop.
SAS - No Wait on RSubmit Program
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