View previous topic :: View next topic |
Author |
Message |
batsaali Beginner
Joined: 07 Sep 2007 Posts: 18 Topics: 7
|
Posted: Wed Nov 21, 2007 8:02 am Post subject: JCL+REXX to replace some word with another in a PDS? |
|
|
Hello!
I am still novice so I was wondering if somebody could help me with this task. I need a REXX to replace one string with another in all members in a specific PDS/PDSe with a name. I suppose it is not so hard for someone reading this so I would like to apologize if this seems a stupid question.
Thank you in advance! |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Wed Nov 21, 2007 10:33 am Post subject: |
|
|
Create a member list.
Loop through the list.
For each member, use EDIT to change the string.
Save the changed member.
Keep going until the list is completed. |
|
Back to top |
|
|
batsaali Beginner
Joined: 07 Sep 2007 Posts: 18 Topics: 7
|
Posted: Wed Nov 21, 2007 10:45 am Post subject: |
|
|
Thank you so much! I will try to search harder before posting next time ! |
|
Back to top |
|
|
|
|