Copy Files from HP NonStop to VM

This Process illustrates the transmission of a file from an HP NonStop node to a VM node. The Process is submitted on the HP NonStop node. EBCDIC-to-ASCII translation is requested with the SYSOPTS parameter SET XLATE ON. All SYSOPTS keyword values must be enclosed in parentheses, and the entire SYSOPTS string must be enclosed in double quotation marks.

Use this Process when you copy files from HP NonStop to VM.

TANTOVM  PROCESS     PNODE=DALL.TX                              -
                     SNODE=CD.VM.BOSTON                         -
                     SNODEID=(IDXXXX,PASSWD)                    -
                     SACCT=’TRANSFERRING FROM HP NONSTOP TO VM.’
STEP01  COPY  FROM  (DSN=$B.SMITH.DATAFILE                      -
                     DISP=(SHR)                                 -
                     SYSOPTS=("SET XLATE ON")                   -
                     PNODE)                                     -
              TO    (DSN=’TEST FILE’                            -
                     LINK=(TRA,WPSWD,W,191)                     -
                     DISP=(RPL)                                 -
                     DCB=(RECFM=F, LRECL=80, BLKSIZE=80)        -
                     SNODE)