How the ipc stage work?
No Answer is Posted For this Question
Be the First to Post Answer
how do u catch bad rows from OCI stage? And what CLI stands for?
What is ibm datastage?
I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?
what is the diff b/w switch and filter stage in datastage
How the ipc stage work?
what is the use of DSattchJob?DetachJob? where can we find it?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
Describe the main features of datastage?
I have a few records all are same structures data, I want to store data in multiple targets how?
How rejected rows are managed in datastage?
What are the some differences between 7.x and 8.x version of datastage?
what is factless fact table?