Page 1 of 1

Copy a list of members of a pds to another pds

PostPosted: Wed Sep 30, 2009 1:25 am
by hjyoungii
I have 2 PDS's one is a test PDS and the other is a Production PDS. A list of the members that need to be copied is stored in a sequential file.

1) Need to copy the Production version to a temp PDS (already created)
2) delete the ones out of the Production that is in the list
3) copy the ones in the list from test to production.

Thanks,

Re: Copy a list of members of a pds to another pds

PostPosted: Wed Sep 30, 2009 2:00 am
by dick scherrer
Hello,

Suggest you generate 2 sets of control statements from the entries in the sequential file.

One set of control statements would be to copy each member (this could be used for the first and last process).

The other would be to do the deletes.

Suggest you back up the Production PDS before doing anything else.

If there are questions or problems, post what you have done the question/problem encountered.