Export jobs from one Windows to Z -linux

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
sainath
Premium Member
Premium Member
Posts: 138
Joined: Fri Nov 19, 2004 3:57 pm

Export jobs from one Windows to Z -linux

Post by sainath »

Hi

We are doing development of jobs in windows version (Datastage PX using CDC).Once development server is ready we will export to Z-Linux..

What steps we need to consider when designing the jobs in windows.


sainath
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Parameterize all pathnames. Linux identifier names are case sensitive; Windows identifier names are not. Compiler and linker options are different so beware if constructing Build stages, or using compiler overrides in the Transformer stage.

Just a few of the top of my head.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Also be aware that most, but not all stages, are available under Linux on System Z, largely due to platform support by vendors. Contact your official support provider for up-to-date information.

All of the standard parallel and server stages are available.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply