Hi PJ,
You could use a code similar to the one below to delete from the source_package the records not needed.
DELETE source_package WHERE
'YourField' CS 'ZS_ROLE_CC_' OR
'YourField' CS 'ZS_ROLE_GD_' OR
'YourField' CS 'ZS_ROLE_M_'..
Hi PJ,
You could use a code similar to the one below to delete from the source_package the records not needed.
DELETE source_package WHERE
'YourField' CS 'ZS_ROLE_CC_' OR
'YourField' CS 'ZS_ROLE_GD_' OR
'YourField' CS 'ZS_ROLE_M_'..