Use a Typekey to 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. DCB and UNIT information is supplied through a TYPEKEY named DYNAMD.

VSE2VM  PROCESS      PNODE=SC.VSE.NODE1 SNODE=SC.VM.NODE1
STEP01  COPY  FROM  (DSN=VSE.DYNAM.FILE                    -
                     TYPE=DYNAMD                           -
                     PNODE)                                -
              TO    (DSN=’VMDYND TEMP02’                   -
                     DISP=RPL                              -
                     LINK=(CDUSR,XCDUSR,RR,301)            -
                     SNODE)