Copy Binary Files from HP NonStop to UNIX

This Process, submitted from the Sterling Connect:Direct® for HP NonStop node, will copy a file in $user.unixdata.cdcom to a binary file on the Sterling Connect:Direct for UNIX node.

TOBIN01  PROCESS     SNODE=cd.v1200               -
                     snodeid=(user,pswd)	
STEP01  COPY  FROM  (DSN=$user.unixdata.cdcom     -
                     PNODE                        -
                     SYSOPTS=(’SET XLATE OFF’)    -
                     DISP=SHR)                    -
              TO    (dsn=’tdata/cdcomu’           -
                     SNODE                        -
                     SYSOPTS=":datatype=binary:"  -
                     DISP=RPL)