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 |
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
In merge stage can we update the values?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
how do you pass parameters in a script?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
What are the primary usages of datastage tool?
what is flow of project?
when will you go for dataset and fileset?
which unix commands mostly used in datastage
file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks
What is Horizontal transformation, vertical transformation,diagonal transformation?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.