DataStage Job Compile time 4.1 v/s 6.0

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
rladha
Participant
Posts: 4
Joined: Tue Jun 10, 2003 9:39 am

DataStage Job Compile time 4.1 v/s 6.0

Post by rladha »

Hello;

We are trying to compile 4.1 jobs into 6.0 env., we are looking at a big time diff in compilation. i.e. job "A" takes about min or so in 4.1 but in 6.0 it goes beyond 3 min.

Any comments ??

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

Post by ray.wurlod »

Even though existing jobs don't use them, the precompilation phase in 6.0 considers a lot more potential components (all the other stuff you *can* use in 6.0 jobs) and is therefore a rather more complex program than the precompiler used in 4.2. I suspect this accounts for most, if not all, of the difference.
To verify what is different, inspect the source code generated for sequences and for Transformer stages (in the RT_BPnn directories) for the 4.2 system and the 6.0 system.
Post Reply