Migrating code from Serrver to parallel jobs

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
raj158347
Participant
Posts: 26
Joined: Thu Apr 19, 2007 5:15 am
Location: Chennai

Migrating code from Serrver to parallel jobs

Post by raj158347 »

Hi Friends,
Due performance , We have idea to migrate the server job to parllel jobs.
I have few doubts on this.

1.Is it possible to migrate the server jobs to parallel jobs with out any change in the code?

2.If so the migrated code will use the parallel jobs features.


Thanks in advance


Regards
Raj
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

1. No, it is not possible
2. No.

This is similar to asking "Can I compile my COBOL code with the C++ compiler?"
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can pay IBM for their conversion service which, as far as I can tell, involves taking your server jobs and shipping them offshore to be converted by people who apply their brains to the task; analyzing the logic of the server job and implementing the same in a parallel job.
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