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

In this example, the PNODE is a Connect:Direct® for Microsoft Windows server (WEST_WINA) copying its source file (branch3.txt) to the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named SI_REGION1. The destination file to be created on the B2B Integrator side will be called branch3.inv and placed in the accounting mailbox.

COPY2WIN  PROCESS
                   SNODE=SI_REGION1
                   SNODEID=(myUserID,myPassword)
                   PNODE=WEST_WINA
STEP1     COPY
                FROM  (
                       FILE=C:\invoices\branch3.txt
                      )
                TO    (
                       FILE=/mailbox/accounting/branch3.inv
                       DISP=NEW
                      )
 PEND