Dsx export discrepancies

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
psluser
Premium Member
Premium Member
Posts: 39
Joined: Tue Apr 22, 2008 7:00 am
Location: Pune, India

Dsx export discrepancies

Post by psluser »

Hi,

We are facing some discrepancies in dsx export of same jobs exported from two similar projects. We develop jobs on one system, export it as dsx and import & execute them on another system. Datastage servers are different and located on different machines. DataStage Projects on these different servers were created with default settings.

When we export a job from second system and compare it with original dsx received from first one, we see a lot of differences without doing any changes to the job. A lot of properties are added to dsx when exported from the second project. for ex.

OrchestrateCode ""
NULLIndicatorValue ""
FromTemplate ""
DBMSSystemName ""
NLSMapName ""
...
CobolProgramName ""
CompileJCLName ""
RunJCLName ""
DBMSUserName ""
DBMSPassword ""
....
Condition ""
ParsedCondition ""
SourceColumns ""
RoutineTransforms ""


An original dsx of 1450 lines is inflated to 2400 lines with such properties when imported & exported from second project.

Please advice what can be the cause of the discrepancies since DataStage versions are same and Projects have defaulted properties.
Also, can these changes affect functionality in any possible way?

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

Post by ray.wurlod »

What is the exact server version on each system (for example 7.5.1.r2d2)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
psluser
Premium Member
Premium Member
Posts: 39
Joined: Tue Apr 22, 2008 7:00 am
Location: Pune, India

Post by psluser »

What is the exact server version on each system (for example 7.5.1.r2d2)
Both of the Servers are running DataStage 7.5.1.A
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Did you install the same optional components on both systems? It looks like defaulted empty values are being added to one and not the other export files and it shouldn't make a difference in execution.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I'm thinking along the same lines as Arnd - was one of the exports "include default values"?
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