‎2006 Dec 15 7:39 AM
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
‎2006 Dec 15 8:09 AM
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
‎2006 Dec 15 8:18 AM
@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.
‎2006 Dec 15 8:52 AM
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