Copy a File from Connect:Direct for i5/OS to a B2B Integrator Mailbox

In the following CDSND command example, the PNODE is a Connect:Direct® for i5/OS system copying DALLIB/ACCTDATA to the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named DALLAS_CDSA. The destination file to be created on the B2B Integrator side will be called daily.dat and placed in the invoice mailbox.

CDSND   PNAME(CDSENDMB)   SNODE(DALLAS_CDSA)
        SNODENVIRN(UNIX)
        FDSN(‘DALLIB/ACCTDATA’(MBR1)’))
        TDSN(‘/mailbox/invoice/daily.dat’)
        FMSYSOPTS(‘TYPE(MBR)’)