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

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 CDSA2. The destination file to be created on the B2B Integrator side will be called orders.dly and placed in the NYInbox mailbox.

COPY2UX PROCESS
                 SNODE=CDSA2
                 SNODEID=(myUserID,myPassword)
                 PNODE=NY_UNIX1
STEP1   COPY
              FROM  (
                     FILE=/orders/daily.txt
                    )
              TO    (
                     FILE=/mailbox/NYInbox/orders.dly
                     DISP=NEW
                    )
 PEND