=====================================
1) Drag the reusable transformation from Repository Navigator into Mapping Designer
by pressing the left button of the mouse
2 ) Then press the Ctrl key before releasing the left button of mouse.
3) Release the left button of mouse.
To Find a CHEK CONSTRATINT in DB2
================================
SELECT
TBNAME,
TBOWNER,
CHECKCONDITION
FROM SYSIBM.SYSCHECKS
WHERE
TBNAME='TABLE_NAME'
AND TBOWNER='SCHEMA'
Best Regards,
Moorthy. G