What is the method of removing duplicates, without the remove duplicate stage?
No Answer is Posted For this Question
Be the First to Post Answer
eno ename esal acct1 acct2 amount1 amount2 100 suresh 10000 sbi1 sbi2 1000 2000 this is our sourse data i would loke to disply like this eno ename esal acct amount 100 suresh 10000 sbi1 1000 100 suresh 10000 sbi2 2000
what is executable in DataStage?
what is materialized view used datastage?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
Why we need datasets ratherthan sequential files?
What is ibm datastage flow designer?
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.
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.
What is quality stage?
im new to this tool im now at project plz tell me step by step process how to design plz help me i wnt to go with exp for job plz give me d proper design and explination
What is difference between server jobs & parallel jobs?
Can aggregator and transformer stages use to sort the data? How ?