BookmarkSubscribeRSS Feed
JeffM
Fluorite | Level 6

Hi,

 

I have the following flow set up for parallel processing and everything works fine.  The issue is, when I hit the 'run process' button, the middle program never fires.  However, it will work if I run it manually after the left stack finishes.  I would love to just hit the 'run' button once.  Does anyone have any tips?

 

Thanks

 

Jeff

 

 SAS.png

4 REPLIES 4
ChrisNZ
Tourmaline | Level 20

Just because you have parallel arrows doesn't mean that you have parallel processing.

Parallel processing requires very specific code. Do you have this code in place?

 

JeffM
Fluorite | Level 6

probably not Smiley Happy

 

I am fairly new to SAS.  The only thing I did was make sure each program node has all of the library and variable statements.  Then I checked "allow parallel processing on the same server" under Project Properties.

 

I usually build in EG and then copy the code to a program.

 

What code should I have?

ChrisNZ
Tourmaline | Level 20

>I checked "allow parallel processing on the same server" under Project Properties.

 

Oh, I didn't know about this option. Thank you!

 

The next question then is how do you trigger the run? Do you get any errors?

 

 

JeffM
Fluorite | Level 6

Chris,

 

I don't get errors but when I run it I find out that the middle program did not produce a dataset...but it does if I run it individually

 

Not a big deal any more because I get to hand this off to someone else 🙂

 

Thanks

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 4 replies
  • 1327 views
  • 1 like
  • 2 in conversation