Copy the IBM® Connect:Direct Message File to SL Tape on VSE

This Process copies the Connect:Direct® for z/OS® VSAM message file to a standard label tape device on another VSE node.

VSETAPE  PROCESS      PNODE=SC.VSE.NODE1 SNODE=SC.VSE.NODE2
COPY01   COPY  FROM  (DSN=ABC.MSG                                     -
                      DISP=SHR                                        -
                      DCB=(DSORG=VSAM)                                -
                      PNODE)                                          -
               TO    (DSN=ABC.MSG.TAPE                                -
                      DISP=NEW                                        -
                      UNIT=TAPE                                       -
                      DCB=(DSORG=PS,LRECL=80,BLKSIZE=12000,RECFM=VB)  -
                      LABEL=(1,SL)                                    -
                      DISP=NEW                                        -
                      SNODE)