Wat is pre-load in Hashed file
Answer / mobashshar
you can speed up the read operation of reference hash file
link by pre loading the hash file in memory.
| Is This Answer Correct ? | 7 Yes | 0 No |
ename like ibm,tcs,hcl need display those records only how?
What is the use of hoursfromtime() function in transformer stage in datastage?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
diff between OLTP and OLAP? what TOP-DOWN and BOTTOM-UP Approach? which is best? what are Star Schema and Snow Flake Schema?
Define Data Stage?
Define meta stage?
tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?
What are stage variables and constants?
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 do u view log file for a particular job?
Differentiate between datastage and datastage tx?
what r the stages mostly used in realtime scenarios