Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working on AS400CDC component.
My problem is, here i have added a command to combine multiple CDC tables in customize command.
Ex : CDC_LIB/RUNCDC FILE(DATA_LIB/TABLE1 DATA_LIB/TABLE2 DATA_LIB/TABLE3 DATA_LIB/TABLE3 DATA_LIB/TABLE4 DATA_LIB/TABLE5) LIBOUT(CDC_LIB) MODE(*DETACHED) MBROPT(*ADD)
But in basic settings, we have to mention the table name. By using the above command, how could i able to mention multiple tables?