What are the features of datastage flow designer?
No Answer is Posted For this Question
Be the First to Post Answer
how can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
In my previous project we get data from mainframe and load it into datastage DB2 tables.Sometimes we get data as flat file or a mainframe tables itself directly we fetch the data.Is this a migration project?
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
what is repositery?
on how many columns we can perform aggregation in the aggregator stage?
If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?
EXPLAIN SCD
I have 2 files 1st contains duplicate records only, 2nd file contains Unique records.EX: File1: 1 subhash 10000 1 subhash 10000 2 raju 20000 2 raju 20000 3 chandra 30000 3 chandra 30000 File2: 1 subhash 10000 5 pawan 15000 7 reddy 25000 3 chandra 30000 Output file:-- capture all the duplicates in both file with count. 1 subhash 10000 3 1 subhash 10000 3 1 subhash 10000 3 2 raju 20000 2 2 raju 20000 2 3 chandra 30000 3 3 chandra 30000 3 3 chandra 30000 3
specify data stage strength?
What is the difference between server job and parallel jobs?
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me