Copy an HP NonStop File to an i5/OS Node

This Process copies an HP NonStop file to a member of a physical data base file on i5/OS. The i5/OS file is created with maximum members specified as 100. The HP NonStop file is translated from ASCII to EBCDIC.

TESTPROC  PROCESS      PNODE=CD400               -
                       SNODE=CDTAN               -
                       SNODEID=(USER1,PASSWRD)
STEP01    COPY  FROM  (DSN=$SYSTEM.SOURCE.FILE   -
                       DISP=SHR PNODE)           -
                       SYSOPTS=("SET XLATE ON")  -
                TO    (DSN=’CDTAN/SOURCE(FILE)’  -
                       DISP=NEW SNODE            -
                       SYSOPTS=("TYPE(MBR)       -
                       MAXMBRS(100)"))