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

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 copied to the ProcessInvoice business process as the Primary Document.

CDSND   PNAME(CDSENDBP)   SNODE(DALLAS_CDSA)
        SNODENVIRN(UNIX)
        FDSN(‘DALLIB/ACCTDATA’)
        TDSN(‘/businessprocess/ProcessInvoice/daily.dat’)
        FMSYSOPTS(‘TYPE(MBR)')