Copy a VSE DYNAM-Controlled File to a VM Node

This Process copies a DYNAM-controlled file from a VSE node to a VM node. The file is copied to the CDUSR CMS ID.

VSE2VM  PROCESS      PNODE=SC.VSE.NODE1 SNODE=SC.VM.NODE1
STEP01  COPY  FROM  (DSN=VSE.DYNAM.FILE                            -
                     DISP=SHR                                      -
                     UNIT=DLBLONLY                                 -
                     DCB=(DSORG=PS,LRECL=80,BLKSIZE=8000,RECFM=FB) -
                     PNODE)                                        -
              TO    (DSN=’VMDYND TEMP02’                           -
                     DISP=RPL                                      -
                     LINK=(CDUSR,XCDUSR,RR,301)                    -
                     SNODE)