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?
select member
-
- Posts: 6
- Joined: Wed Dec 19, 2007 12:27 am
- Skillset: cobol
- Referer: friend
Re: select member
it copies sysut1 to sysut2 aswell as mem1 to mem2
-
- Posts: 14
- Joined: Thu Dec 20, 2007 2:38 pm
- Skillset: mainframe skills: jcl,vsam,cobol,db2,cics
- Referer: ibmmainframes.com
Re: select member
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
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
vasanthamugi
-
- Similar Topics
- Replies
- Views
- Last post
-
- 7
- 5207
-
by sergeyken
View the latest post
Fri Nov 13, 2020 1:24 am
-
-
REXX Code to find if PDS JCL member has how many DD
by abhilashanaik » Tue Sep 14, 2021 11:17 am » in CLIST & REXX - 5
- 2268
-
by sergeyken
View the latest post
Wed Sep 15, 2021 6:02 am
-
-
-
FTP dataset member with Arabic letters
by Mahmoud Anwer » Sat May 29, 2021 6:37 pm » in Simulators & Emulators - 1
- 3754
-
by enrico-sorichetti
View the latest post
Sat May 29, 2021 11:57 pm
-
-
-
transferring file from pc to mainframe pds member
by valeca » Wed Sep 28, 2022 3:42 am » in TSO & ISPF - 5
- 3337
-
by Pedro
View the latest post
Thu Sep 29, 2022 12:11 am
-
-
- 0
- 1217
-
by rossburnett
View the latest post
Tue May 23, 2023 3:19 am