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 |
How to convert alpha Numeric values to alpha using functions?
How many types of sorting methods are available in datastage?
What is mapping?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
whats relation between configuration file and datasets?
how many stages are there in Datastage... Please clarify mee??
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
Explain usage analysis in datastage?
Have you have ever worked in unix environment and why it is useful in datastage?
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?
how to abort the job its matain duplicates?
How do you import and export the datastage jobs?