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

In the following CDRCV command example, the PNODE is a Connect:Direct® for i5/OS system retrieving a file from the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named DALLAS_CDSA. The source file (daily.dat) is copied from the primary document of the ProcessInvoice business process. The destination file to be created on the IBM® Connect:Direct server is DALLIB/ACCDATA.

CDRCV   PNAME(CDRCVBP)   SNODE(DALLAS_CDSA)
        SNODENVIRN(UNIX)
        FDSN(‘/businessprocess/ProcessInvoice/daily.dat’)
        TDSN(‘DALLIB/ACCTDATA’(DAILY)'))
        TOSYSOPTS(‘TYPE(MBR)’)