Hello,
noticed that the db2 plugin stage for server jobs it has the funcionality to accept input and output but when we try to use the same on in a parallel job it jut accept either one (output or input but not both). Anyone knows if there is a way to use the same funcionality from the server job in the parallel job?
Thanks,
DB2 PLUGIN STAGE FOR PARALLEL JOB vs SERVER JOB
Moderators: chulett, rschirm, roy
-
taticaramos
- Participant
- Posts: 1
- Joined: Wed Mar 05, 2008 11:05 am
DB2 PLUGIN STAGE FOR PARALLEL JOB vs SERVER JOB
Alexandra Ramos
Programmer Analyst II
Programmer Analyst II
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Welcome aboard.
There is none. Parallel jobs explicitly forbid a passive stage having an input link and an output link, because this obstructs pipeline parallelism.
In a parallel execution environment you must implement this design using two jobs; one to write and one to read.
There is none. Parallel jobs explicitly forbid a passive stage having an input link and an output link, because this obstructs pipeline parallelism.
In a parallel execution environment you must implement this design using two jobs; one to write and one to read.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.