SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
ANIRBAN2
Fluorite | Level 6

As i am having multiple jobs in SAS DI which I will run directly from dI not from any other application like(MOBEX)

How can I run the jobs the jobs parallelly from Di like we do in EG using Rsubmit.

I can see  option called parallel processing in option tab not sure how it is working.

 

ANIRBAN2_0-1664222116136.png

If some 1 can help how can I run jobs at a time parallelly without  opening all the jobs individually

and hit the run button.

Thanks

 

3 REPLIES 3
ANIRBAN2
Fluorite | Level 6

I have tried as mentioned in the 1st link.2nd link is not much of relevant. Actually I have my developed jobs in DI.

What I want is to run 3 jobs simultaneously/parallelly.

Do I need to work with fork ?

There is no use of loop/passing parameter in the jobs.

I just want 2 run 3 separately created jobs run parallel without opening all the jobs independently and hitting the run button.

 

ANIRBAN2_0-1664259324618.png

There are the jobs developed and wants to run parallel.

Patrick
Opal | Level 21

Yes, you could use a Fork as documented here

Having said that: DI Studio is your development tool and running jobs directly out of DIS is for unit testing. In the end you will deploy your jobs and you will schedule the deployed jobs. And it's via scheduling that you run jobs in parallel.

 

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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
  • 3 replies
  • 1098 views
  • 3 likes
  • 3 in conversation