BookmarkSubscribeRSS Feed
GeorgeSAS
Lapis Lazuli | Level 10

Hello everyone,

 

I want to paralleled run multiple programs in a SAS EG project.

I know how to do this manually :

     Mouse click and Turn on "Allow parallel execution on the same server".

 

My question is:  Can I do it from SAS program?

use some sas option like:     options parallelon='YES' ;???

 

Please advise.

 

Thank you!

3 REPLIES 3
SASKiwi
PROC Star

If you want to do parallel processing in your SAS code then you will need SAS/CONNECT installed and licensed. Run PROC SETINIT and PROC PRODUCT_STATUS to confirm.

GeorgeSAS
Lapis Lazuli | Level 10
 

Here is the result I run the code.what i should do next?

 

Thanks you very much!

PROC SETINIT ;
RUN ;

*---SAS/CONNECT 31OCT2020 (CPU A);

proc product_status;
run;


/*

For SAS/CONNECT ...
Custom version information: 9.4_M

*/

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1059 views
  • 0 likes
  • 2 in conversation