Originally posted by: thorstenhirsch
If the table is not too big, you can use an input card to read the whole table and then LOOKUP in the input card. So you wouldn't cache the results, but you would cache the input data locally.
However, this approach might result in a slower map, because WTX's LOOKUP is very slow. Instead, you should sort the table while reading (use a query on the input card that ends with "order by field1") and use SEARCHUP in your map. That's very fast.
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange