Copy Files from HP NonStop to VSE

This Process illustrates the transmission of files from an HP NonStop node to a VSE node. The parameter XLATE must be set to ON and positioned in the Process where the HP NonStop file is specified. XLATE translates the file from ASCII to EBCDIC. Symbolics will be resolved at submission.

SEND2VSE  PROCESS      PNODE=BOSTON.NODE                              -
                       SNODE=CD.VSE.NODE                              -
                       SNODEID=(IDXXXX,PSWD)                          -
                       SACCT=’CHARGE TO GROUP 199’
TAN_VSE   COPY  FROM  (DSN=&FROM                                      -
                       SYSOPTS=("SET XLATE ON")                       -
                       PNODE)                                         -
                TO    (DSN=&TO                                        -
                       UNIT=DLBLONLY                                  -
                       DISP=(OLD)                                     -
                       DCB=(RECFM=FB, LRECL=80, BLKSIZE=80, DSORG=PS) -
                       SNODE)