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 |
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
what are the types of nodes
What is merge stage?
What are operators in datastage?
Explain the situation where you have applied SCD in your project?
I have Seq file, I don't want 10, 11th(or any two records like 20, 30th records ) records in the output
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
Hi frnds, my scenario is like i'm having a record 1234"1323£3434%343434^23232!1212$23232 in the above record all the special characters must be removed.how can we do it in datastage 8.0.1.can any one please ans this? thanx in advance
What is the difference between Datastage 7.5 and 7.0?
i want job aborted after some records are loaded into output by using only sequential stage and dataset
How to create user defined environment varibale(parameter)?
Hai..,This is Kiran M. What is D/B Change Capture stage and Difference stage?