Copy a VSE Sequential File to an OpenVMS Node

This Process copies a VSE sequential file to an OpenVMS node.

PROC01  PROCESS      PNODE=SC.VSE.NODE1 SNODE=SC.VMS.NODE2         -
                     SNODEID=(VMSUSR,PASSWD)
STEP01  COPY  FROM  (DSN=VSE.TEST.DATA                             -
                     DCB=(BLKSIZE=2400,DSORG=PS,LRECL=80,RECFM=FB) -
                     UNIT=241                                      -
                     SPACE=(10620,(45))                            -
                     DISP=SHR)                                     -
                     CKPT=0K                                       -
              TO    (DSN=’$SUP:<VMSUSR>DATA.TST’                   -
                     SNODE)