- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Quite a few resources on this like
https://documentation.sas.com/doc/en/etlug/4.903/n1tbcw0rjm4bf1n1ozdyboiiehk8.htm
or
https://www.lexjansen.com/sesug/2017/DM-185.pdf
What have you tried?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
There are the jobs developed and wants to run parallel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.