Copy a PDS and Excluding an Individual Member (z/OS to z/OS)

This COPY statement copies an entire PDS, with the exception of the member, MEM3, named in the EXCLUDE parameter.

COPY FROM  (DSN=PDS.SOURCE  -
            EXCLUDE=MEM3)   -
     TO    (DSN=PDS.DEST)