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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1088 views
  • 0 likes
  • 2 in conversation