Copy an HP NonStop File to a VSE VSAM File

This Process copies a file from an HP NonStop node to a VSE VSAM file. The transfer is initiated by the VSE node. The SYSOPTS SET XLATE ON parameter enables ASCII to EBCDIC translation.

VSE2TAN  PROCESS      PNODE=SC.VSE.NODE1 SNODE=HPNONSTOP.NODE -
                      SNODEID=(HPNONSTOP.NODE)                -
                      SNODEID=(123.456,TANUSR)
STEP01   COPY  FROM  (DSN=’\CLX.$SUP1.XFILES.SENDTEST’        -
                      DISP=SHR                                -
                      SYSOPTS="SET XLATE ON"                  -
                      SNODE)                                  -
               TO    (DSN=VSE.TEST.VSAM                       -
                      DISP=RPL                                -
                      DCB=(DSORG=VSAM)                        -
                      PNODE)