Hello,
Can I copy all other members except for certain ones in the dataset via file-aid? For example, I have more than 1000 members in the datasets, there are about 200 members have the name as nfgxxxxxx. How can I use file aid to copy all members except those with the name as nfgxxxxxx?
Currently, I am using the following JCL to copy the members with nfgxxxxxx to the new dataset:
$$D01 copy NEWMEM=------,
MRBNAME = (nfg, nfg)
.....
Now I want copy all members other than nfgxxxxxx to a new dataset.
Thanks,
Mike