Single Threaded JOBQ
Hello,
I want few specific report should run on single thread and on the same jobq.
My scenario with example - Driver report (R0000DR) which call the main report suppose R56000 and this (R56000) call to another report R55888. Like---
R0000DR-->R56000-->R55888
Now R0000DR will be scheduled on Scheduler in single threaded jobq named as jobq1
now my question/query is rest of the two reports calling each other will also be run or get executed in same jobq (jobq1) or these( R56000-->R55888) will run on default jobq.
regards