what is operator combinality in datastage?



what is operator combinality in datastage?..

Answer / ankit gosain

Hi All,

It's a property of DataStage in which it combines two or
more Operators into a single Process.
You can explicitely enable/disable it with the help of
APT_DISABLE_COMBINATION environment variable at the job
level or at the Project level as well.
At stage level also you can enable/disable it:
In Stage properties>> Advance>> Operator Combinality.
By default it's Auto, so that datastage will decide whether
to combine or not.

You can see this combinality behavior by using the
following Environment Variable:
APT_DUMP_SCORE

For further queries, write me @ ankitgosian@gmail.com

Cheers,
Ankit :)

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Data Stage Interview Questions

I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help

9 Answers   IBM,


How a source file is populated?

0 Answers  


How you Remove the Dataset in Unix?

5 Answers  


file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks

5 Answers   Cap Gemini,


How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use

6 Answers   IBM,






What is the difference between Link collector and Funnel Stages?

1 Answers  


1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?

5 Answers   Gallega, TCS,


Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)

3 Answers   HSBC,


Describe stream connector?

0 Answers  


What is the default execution order of the sequential file?

3 Answers  


What is difference between join, merge and lookup stage?

0 Answers  


How many jobs in ur project? Explain any complex job u have done in ur project?

1 Answers   IBM, TCS,


Categories