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

In this example, the PNODE is a Connect:Direct® for HP NonStop server copying datafile in $B.smith to the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named CDSA_NODE. The destination file to be created on the B2B Integrator side will be called orders and copied to the ProcessOrders business process as the Primary Document.

cdsa2  process      snode=CDSA_NODE snodeid=(user,user1)
step1  copy  from  (file=$B.smith.datafile                         -
                    pnode)                                         -
             to    (file='/businessprocess/ProcessOrders/orders '  -
                    snode                                          -
                    disp = new)                                    -
                    ckpt=128K