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 |
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me
Explain briefly scd type2 in datastage7.5x2(parallel)
In which situations we can use normal and sparse lookup stages
How many types of views are there in a datastage director?
how to run jon in unix back round process what is command use in runing a job?
What are the types of containers in datastage?
what is the difference between 7.1,7.5.2,8.1 versions in datastage?
Which algorithm you used for your hashfile?
what is the best stage in datastage parller jobs to use full out join and why
Define project in datastage?
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara