what is hash file
Answers were Sorted based on User's Feedback
Answer / avni
1. Hash files is mostly used for lookups to avoid duplicates
2. Hash files acts as a reference table based on a key field
3. It can have any num of inputs and outputs and basically used to remove duplicates
4. It uses hashing algorithm to distribute data
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad
Hash file is used to read data from/write data to Hash file.
it is used to remove duplicate from source data.
Is This Answer Correct ? | 0 Yes | 0 No |
IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?
Difference between sequential file and data set?
How do you find the number of rows in a sequential file?
What are system variables and sequencers in datastage
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
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
how to sort two columns in single job in datastage.
What is the purpose of pivot stage and types of containers in datastage
How to convert table data into xml file using xml output stage? please explain step by step;
Define orabulk and bcp stages?
With out using Funnel Stage, how to populate the data from different sources to single target
there are indexes on a table as index1 with col1, col2 index2 with col2 index3 with col1,col2,col3. if i run a query with col1='100' which index will be used and why