Originally posted by: SystemAdmin
> We have used a searchup and lookup function to search a field in >the input file and create an output file.
then you have two places to look:
SearchUp will fail if the object is not sorted on that key.
Since you must be using a functional map, that map won't execute if one of its parameters is NONE (eg if either the SEARCHUP or LOOKUP returns NONE and that expression is one of the parameters to the functional map, the functional map does not execute.
You need to look at the output trace to see how many times you actually enter the functional map.
I have an EXIT function I use which can log each entry to a map; the EXIT itself always returns NONE so you can use EITHER() with it to get 'normal' mapping along with the log (or on-screen) display.
This EXIT function is part of library I offer for FREE, but only to those who ask for it.
Regards,
Michael Mattias
Tal Systems Inc
Racine WI
http://www.talsystems.com mmattias@talsystems.com Go to my website at
http://www.talsystems.com#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange