server vs parallel

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
nag0143
Premium Member
Premium Member
Posts: 159
Joined: Fri Nov 14, 2003 1:05 am

server vs parallel

Post by nag0143 »

When can we decide whether to use a server job or a parallel job ,
does parallel job does everything as server job can do ...any exceptions...
can anyone throw some light on this.....



Thanks a lot guys for your time
raju_chvr
Premium Member
Premium Member
Posts: 165
Joined: Sat Sep 27, 2003 9:19 am
Location: USA

Re: server vs parallel

Post by raju_chvr »

Well Nag,

Server jobs does everything that Parallel jobs can. But the main difference is Parallel jobs are used for vast amounts of data. They are highly powerful. The way they have to be designed is differed from the Server jobs design.

For true Parallelism you need to have Parallel Extender which is also a product of Ascential. I assume you already know about this. For Server jobs you just need regular DataStage server.

You can search on this Forum under 'Parallel Extender' for parallel jobs help.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Your post shows Windows as your DS OS type. So Server is your only choice currently.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Just to make it clear, Parallel Extender is an additional cost, and not (yet) available for the Windows environment.
Parallel Extender does more than allow DataStage to run parallel jobs. It becomes part of the underlying architecture so, for example, INTEGRITY (now Quality Stage) processes can also take advantage of parallel processing where partitioning of data is handled automatically.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nag0143
Premium Member
Premium Member
Posts: 159
Joined: Fri Nov 14, 2003 1:05 am

Post by nag0143 »

yeah... i am not not trying to either buy or use it now. :D .. i am just curious... wht makes it different from server jobs and what will be the criteria to choose between server and parallel jobs.. i know everything (tool supported processses)can be done with server jobs... it this vice versa
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

nag0143 wrote:yeah... i am not not trying to either buy or use it now. :D .. i am just curious... wht makes it different from server jobs and what will be the criteria to choose between server and parallel jobs.. i know everything (tool supported processses)can be done with server jobs... it this vice versa
Everything can also be done in parallel jobs. But it's a different set of stage types, a different programming language, and a different way to use "routines" (buildops, etc).
The Parallel Job Developer's Guide is in the DataStage documentation set (installed with your client software). Why not read through it?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply