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

In this example, the PNODE is a Connect:Direct® for HP NonStop server retrieving a file from the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named CDSA_NODE. The source file (orders) is copied from the primary document of the ProcessOrders business process.The destination file to be created on the IBM® Connect:Direct server is datafile in $B.smith.

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