LK,

Thanks for the advice, this appears to work:

exclude=TABLE:"='PAULTEST1'"

Note the table name is uppper case compared to my example, which was
lower case.

If I prefernce the table, with the schema owner this does not work:

exclude=TABLE:"='C0HARPA.PAULTEST1'"


Would this be because I specified the schemas in the parfile? If not, I
would consider this to be a bug. What would happen if I have two tables
with the same name but with different schema owners.

Thanks again