View previous topic :: View next topic
|
Author |
Message |
Amb
New User
Joined: 12 Mar 2010 Posts: 64 Location: India
|
|
|
|
I have a PDS (say A.B.C) which contains 10000 members.
I have a list (say A) with me which has the names of members.
Now I need to move only those members from the PDS (A.B.C) to another PDS that are present in the list (A).
can anyone suggest me a FILEAID code to solve this problem? |
|
Back to top |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
Bit of rexx, take your list of members, generate copy statements for chosen utility. Copy to new PDS. Generate delete statements. Delete.
Test well before use. Do not use after the bottle has been open for 4 weeks. |
|
Back to top |
|
|
|