Copy to a New SMS-Controlled Data Set (z/OS to z/OS)

This COPY statement transmits a sequential file to a new SMS-controlled file at another site. The new data set will be allocated using the DCB parameters that are specified within the DATACLAS definition on the receiving node.

COPY  FROM  (DSN=SEQ.SOURCE)    -
      TO    (DSN=SEQ.DEST       -
             DATACLAS=DCLASS1   -
             STORCLAS=SCLASS1   -
             MGMTCLAS=MCLASS1)