Differentiate between Join, Merge and Lookup stage?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Difference Between DataStage 7.5 version and 8.1 Version?
What is the purpose of pivot stage?
What is the difference between orabulk and bcp stages?
Which commands are used to import and export the datastage jobs?
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...
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
Hi, I am getting data from sequential file like below column1 A&B C&D A&E X&Y&Z v&x But I need the target column as like below column1 A and B C and D A and E X and Y and Z v and x
can we use sequential file as a lookup
what is the difference between == and eq in UNIX shell scripting?
What is exact difference between Parallel Jobs and server Jobs..
how to convert rows into columns
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this