Using PDSMAN batch, how to copy select members from one dataset to another?
Release : 7.7
Component : PDSMAN for OS/390
This is done using FastCopy with a select statement wildcard.
Add //FCOPYON DD DUMMY
or change
$IEBCOPY rule to specify FASTCOPY=Y.
Use the SELECT MEMBER statement
Example - SELECT MEMBER=(A*)
FastCopy and Space Reuse User Guide
Chapter 2: FastCopy
SELECT and EXCLUDE Statements