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

In this example, the PNODE is a Connect:Direct® for UNIX server (CD_UX_TEST) retrieving a file from the SNODE, which is, in this case, a B2B Integrator-Connect:Direct Server Adapter named SI50. The source file (contact.lst) is copied from the Sales mailbox on B2B Integrator.The destination file to be created on the IBM® Connect:Direct server is called prospect.txt.

RTRVLIST  PROCESS 
                   SNODE=SI50
                   SNODEID=(myUserID,myPassword)
                   PNODE=CD_UX_TEST
STEP1     COPY
                FROM  (
                       FILE=/mailbox/Sales/contact.lst
                       SNODE
                      )
                TO    (
                       FILE=/contacts/prospect.txt
                       PNODE
                       DISP=RPL
                      )
 PEND