Define repository tables in datastage?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
how to change left and right links in join stage?
what are the different type of errors in datastage?
What is RCP
How did you reconcile source with target?
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
how many types of remove the duplicate records?
how to capture rejected data by using join stage not for lookup stage. please let me know
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
How to find value from a column in a dataset?
eno ename 1 qaz 1 wsx 1 edc 2 zxc 2 asd 3 qwe 3 wer 3 tru 4 rgj Output: eno ename count 1 qaz,wsx,edc 3 2 zxc,asd 2 3 qwe,wer,tru 3 4 rgj 1 I want the above output to be solved by DataStage as well and I have to write SQL query for the same output.
i have a some records eno ename acono amount 1001 suresh sbi101 12000 1001 suresh sbi101 14000 1001 is dublicata how can i remove duplicate?