Does the reference INTO WHICH you are doing the LIKE come from any database table? If yes, you can push LIKE in the stage linking the table rather than using the dataset which is the result of its extraction. Alternatively you can write a buildop to look for pattern. Btw, how big is this LIKE table?...