Explain the situation where you have applied SCD in your
project?
No Answer is Posted For this Question
Be the First to Post Answer
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
Terminate Activity
1)How to do error handling in datastage? 2)Did sequential stage accepts .xl files ,xml? znd how?
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?
What's the Main Function of the Staging area in DWH
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
can we half project in parallel jobs and half project in server jobs?
What is a merge in datastage?
What is meta stage?
how can u find out the datastage job is running on how many nodes
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?