this is a sysin of pgm using iebcopy
//sysin dd *
copy indd=sysut1,outdd=sysut2
select member=(mem1,mem2)
//*
Now what does this pgm do?
Does it copy's contents of sysut1 to sysut2 and also adds fresh members OR does it only copies the mem1 and mem2 members of sysut1 to sysut2?