How can you specify and copy multiple DBDSGRP in one batch step? For example:
//DBOCTRL DD *
FUNCTION=COPY,
DBDSGRP=(dbdsgrp1,dbdsgrp2),
DBRC=YES
Or
//DBOCTRL DD *
FUNCTION=COPY,
DBDSGRP=dbdsgrp1,
DBDSGRP=dbdsgrp2,
DBRC=YES
Neither of the above work. Is this possible?