Created
June 2, 2014 20:59
-
-
Save anonymous/7a2c383f595f49560a18 to your computer and use it in GitHub Desktop.
SAS - No Wait on RSubmit Program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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