How to lode data in sequntional files perform faster?
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
What is the difference between informatica and datastage?
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
what is the Difference Between Datastage Server Edition and Parallel Edition?
How do you load 10 different sources with 10 different layouts to 10 different tables?
Can you explain engine tier in information server?
what is meta data? Explain? Where it is used?
Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.
What are the functionalities of link collector?
Is it possible to query a hash file?
how to clear the source file? 2) diff b/t odbc & Oracle?what is node? 3) explain one complex job u face in ur project