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

How to convert alpha Numeric values to alpha using functions?

1 Answers   CTS,


How many types of sorting methods are available in datastage?

1 Answers  


What is mapping?

3 Answers  


I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?

4 Answers   CSC,


whats relation between configuration file and datasets?

2 Answers   L&T, Wipro,


how many stages are there in Datastage... Please clarify mee??

3 Answers  


What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?

1 Answers  


Explain usage analysis in datastage?

1 Answers  


Have you have ever worked in unix environment and why it is useful in datastage?

0 Answers  


i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?

2 Answers   L&T,


how to abort the job its matain duplicates?

1 Answers   TCS,


How do you import and export the datastage jobs?

1 Answers  


Categories