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 |
How to move data set from one server to other?what are the steps to follow to do this?
how to handle null values in sequential file?
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?
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...
In the source seq file have 2 columns, i.e input: col1,col2 1,1 2,rajesh 3,15000 4,2 5,suresh 6,16000 7,3 8,veeru 9,17000 I want in the output like: eno,ename,sal 1,rajesh,15000 2,suresh,16000 3,veeru,17000 any one answer this scenario
How to read the length of word in unix?
How and where you used hash file?
explain how to create SCD-2 IN DATASTAGE 7.5X2 PLZ EXPLAIN WITH 4 OR 5 RECORDS TAKE IT EXAMPLE AND JOB DESINGN URGENT
Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?
What is Horizontal transformation, vertical transformation,diagonal transformation?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
What is the purpose of pivot stage and types of containers in datastage