Hello,
1) If I want to run more than sas programs or macro in parallel
ex:
%marco test1;
data one;
v=2;
run;
%ment test1;
%marco test2;
data one;
w=2;
run;
%ment test2;
2) unzip in parallel so many file
If I want to unzip R1.zip, R2.zip,.............Rn.zip
Thank you
Thank you
I can try this one
"run in parallel in the background /batch from os shell/prompt."
But , If i have a hundrerd of programs, I need so many sessions and works ?
Thank you.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.