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

*/

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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