What is a range lookup?
Answers were Sorted based on User's Feedback
Answer / bharathram1234
range lookup is the stage used to return a new column having the range from-to..
In that in reference u give
rng_from rng_to ret_value
1 99 A
100 199 B
.. .. ..
and master
give range as the other column
and map to range of master...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
With range lookup , lookup can be performed such that column
from reference field lies within a set values(columns) in
the stream link rather than just joining on a exact match
| Is This Answer Correct ? | 2 Yes | 3 No |
why dataset ?
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.
What is container and then types?
5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10
can we half project in parallel jobs and half project in server jobs?
How to lode data in sequntional files perform faster?
Source contains the metadata source ----- hyderabad,chennai,bangalore by using nested loop sequence select source as hyderabad in target just run target as hyderabad only not others please give me answer thanks in advance(give reply how to wrote logic using nested loop sequence)
How rejected rows are managed in datastage?
What are stage variables, derivations and constants?
Explain the ChangeApply stage?
how to find diff between 2 dates without using Icon... funtions?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?pls pls