Copy a VSE Sequential File to Another VSE Sequential File

This Process copies a sequential file from one VSE node to another VSE node, with checkpointing at 128K intervals.

PROC01  PROCESS      PNODE=SC.VSE.NODE1 SNODE=SC.VSE.NODE2           -
                     PNODEID=(SUPERUSR,SUPERUSR)
STEP01  COPY  FROM  (DSN=VSE.TEST.DATA                               -
                     DCB=(BLKSIZE=2400,DSORG=PS,LRECL=80,RECFM=FB)   -
                     UNIT=DISK                                       -
                     VOL=SER=123456                                  -
                     SPACE=(10620,(15))                              -
                     DISP=SHR)                                       -
                     CKPT=128K                                       -
              TO    (DSN=VSE.CKPT.TEST                               -
                     DCB=(BLKSIZE=24000,DSORG=PS,LRECL=80,RECFM=FB)  -
                     UNIT=243                                        -
                     SPACE=(10530,(45))                              -
                     DISP=(NEW,KEEP))