What is the use of datastage director?
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
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
How did you reconcile source with target?
How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
What are the functionalities of link partitioner?
What is job control?
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
What are the types of containers?
How to clean the datastage repository?
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?