I'm setting up DB2 replication process that will essentially copy some
tables from db 1 to db 2. I want DB2 to use Load with cursor option of
asnload. I set up nicknames from DB 2 to DB 1. Looks like asnload start
load, but instead of just issuing "select * from nickname" it unloads my
table in the apply directories. Is there way to run asnload exit without
exporting (unloading) tables to my directory? I know that I can set
up my own load job that will read from nickname and load directly into
table. How can I achieve the same using replication?
Regards,
Yuri |