Copy a z/OS PDS Member to a New VSE File in a DYNAM Pool

This Process copies a PDS member on z/OS to a DYNAM-controlled file on VSE. The file on VSE will be dynamically allocated by DYNAM in a virtual disk pool defined to DYNAM as POOL01.

VSEOS390  PROCESS      PNODE=SC.VSE.NODE1 SNODE=SC.OS390.NODE1
STEP01    COPY  FROM  (DSN=OS390.PDS.DATASET(TESTDATA)         -
                       DISP=(SHR,KEEP)                         -
                       SNODE)                                  -
                TO    (DSN=VSE.DYNAM.FILE                      -
                       DISP=NEW                                -
                       UNIT=DNOASGN                            -
                       VOL=SER=POOL01                          -
                       SPACE=(1,(300))                         -
                       PNODE)