Copy a File from Connect:Direct for UNIX to a B2B Integrator Business Process

In this example, the PNODE is a Connect:Direct® for UNIX server (NY_UNIX1) copying its source file (daily.txt) to the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named CDSA_V51. The destination file to be created on the B2B Integrator side will be called orders.dly and copied to the ProcessNYOrders business process as the Primary Document.

COPYFMUX PROCESS
                  SNODE=CDSA_V51
                  SNODEID=(myUserID,myPassword)
                  PNODE=NY_UNIX1
STEP1    COPY
               FROM  (
                      FILE=/orders/daily.txt
                     )
               TO    (
                      FILE=/businessprocess/ProcessNYOrders/orders.dly
                      DISP=RPL
                     )
 PEND