Page 1 of 1

select member

PostPosted: Sat Dec 22, 2007 9:52 pm
by ravi30
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?

Re: select member

PostPosted: Mon Dec 24, 2007 1:09 am
by madhavmannem
it copies sysut1 to sysut2 aswell as mem1 to mem2

Re: select member

PostPosted: Wed Dec 26, 2007 2:04 pm
by vasanthamugi
hello ,
that statement is used for copying from one to other. the mem1 and mem2 from the INDD will be copied to OUTDD

i.e. the other member in the INDD will not be copied only the mem1 , mem2 are copied in OUTDD