Author: Garry Carroll
Posted: Thu Jun 02, 2016 3:58 pm (GMT 5.5)
I'd suggest that you might use DFSORT to process the list of names in your 'A' dataset, producing IEBCOPY control cards e.g.
which you can pass as SYSIN to an IEBCOPY step which has the 2 PDSes specified as input and output.
Garry.
_________________
Everyone's entitled to ONE fatal mistake.....
Posted: Thu Jun 02, 2016 3:58 pm (GMT 5.5)
I'd suggest that you might use DFSORT to process the list of names in your 'A' dataset, producing IEBCOPY control cards e.g.
Code: |
SELECT MEMBER=((mem-name)) |
Garry.
_________________
Everyone's entitled to ONE fatal mistake.....