when u face critical situation in ur project, how to solve
them?
Answer / kiran
This is project specific, I guess you have to think of your
own. If you little idea about your project you can easily
answer it.
| Is This Answer Correct ? | 4 Yes | 15 No |
How to lode data in sequntional files perform faster?
What are the functionalities of link partitioner and link collector?
What's the Main Function of the Staging area in DWH
How do you load dimension data and fact data? Which is first
Differentiate between operational datastage (ods) and data warehouse?
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
how can we extract data with out having any common column
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?
How you can fix the truncated data error in datastage?
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.
Hi, I have 3 records, 1 Srini 1 vasa 2 reddy now i want o/p like this 1 Srinivasa 2 reddy could u please help in this Thanks in advance.