what is flow of project?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference b/w Hash file and Lookup Fileset stages?
How To find the location of APT_confid file
What is the difference between Link collector and Funnel Stages?
Difference between data warehousing and olap?
what is meant by port ? what is the use of port ? what are the different type of ports and its usage
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
How to enter a log in auditing table whenever a job get finished?
Explain usage analysis in datastage?
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
What is RCP
when we have to go for a sequential file stage & for a dataset in datastage?
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