What could be a data source system?
No Answer is Posted For this Question
Be the First to Post Answer
What is audit table?
Explain datastage architecture?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
What are the types of views in datastage director?
How do you generate sequence number in datastage?
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
Which warehouse using in your datawarehouse
Thanks to all people who are posting their comments...
Differentiate between datastage and datastage tx?
what r the sources u need to create the datastage?
convert yyyy mm dd to dd mm yyyy?
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?