Copy a DFDSS Volume Dump (z/OS to z/OS)

This Process transmits a z/OS Data Facility Data Set Services (DFDSS) volume dump to tape. Note that the RECFM must be U.

DFDSS    PROCESS      SNODE=CD.OS390.ALTO	
COPY1    /* STEP NAME  */                                      -
         COPY  FROM  (DSN=DAT.P34ECH.DEC91                     -
                      DISP=OLD  DCB=(RECFM=U, BLKSIZE=32760))  -
                      COMPRESS                                 -
               TO    (DSN=DAT.P44ECH.DEC91                     -
                      DISP=(NEW,CATLG) LABEL=(,SL,,,RETPD=15)  -
                      DCB=(RECFM=U, BLKSIZE=32760)             -
                      UNIT=CART SNODE)