how to achieve this output ?
Two Input columns(ID & Name) -
ID | Name
1 | Jack
1 | Kara
In output there should be only 1 column which will be populated as -
1,Jack
1,Kara
how to identifie,is it innerjoin,leftouter join in lookup?
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
What can we do with datastage director?
what is initial load and incremental load
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
Define APT_CONFIG in Datastage?
1.what is stagearea?what is stage variable? 2.this is my source source:id, name target:id, name 100, murty 100,madan we have three duplicate records for the id column,how can we getthe source record? 100,madan 100,saran
how can we create rank using datastage?what is the meaning of rank?
Differentiate between Join, Merge and Lookup stage?