We looked at the execution plans on this DB and a test copy. They were using different plans (the production was doign a tablescan instead of using an index)...after some additional investigation is seems that the DB2_REDUCED_OPTIMIZATION registry setting had been changed from 4,UNIQUEINDEX,JOIN to 4,INDEX,JOIN by the SAP WORKLOAD parameter.
Thanks for the suggestions
