Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

on which instance will SUBMITted Report be executed?!

Former Member
0 Likes
492

Hello all.

We are running a Report "ra" on a instance "a", that schedules a job (JOB_OPEN, SUBMIT ... VIA JOB ..., JOB_CLOSE) to execute another report "rb", which must be executed on the same instance "a". To have this job running on the same instance we set the importing parameter(s) targetsystem / targetserver of FM JOB_CLOSE accordingly.

Is it possible, to just execute a SUBMIT "rb" within the report "ra", whereas "rb" will be executed on the same instance?!

"rb" must be executed on the same instance as "ra" ...

Thx

MIKE

3 REPLIES 3
Read only

Former Member
0 Likes
455

I don't think you need to set any parameters for the job to executed on the same instance. By default it will be exeucted on the same instance, from where you are scheduling.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
455

@Ravi:

Thanks for your statement. Just to not get you wrong: Currently the report "rb" is scheduled in batch by report "ra", but now i want "ra" to just SUBMIT "rb" without a bacth job.

Read only

0 Likes
455

If you want it without a batcj job, just use the SUBMIT statement without a JOB_OPEN / JOB_CLOSE functions.

Regards

Ravi

Note - Please mark all the helpful answers