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 |
Different ways a project can be moved to production ?...example ….export-import and Version control.
How do you load dimension data and fact data? Which is first
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com
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
how can find maximum salary by using Remove duplicate stage?
Explain the importance of surrogate key in data warehousing?
Hi all, can u explain header and trailer records in file? If a file has header and trailer /master-detail records how will you read it in datastage?
Difference between server jobs & parallel jobs?
Hi guys, please design a job with derivation(solution). write exact conditions. My requirement Source table emp_no qualification 1 a 1 c 2 a 3 c 3 b Target table emp_no qualification 1 b 2 b 2 c 3 a Here every employer have three qualifications i.e a,b and c. what ever source table dont have some qualification, that will be move to target table. Like above. Hope u get the point. Thanks.
How can we select pr retrieve the particular row in dataset by using orchadmin command?
what is the use of DSattchJob?DetachJob? where can we find it?