|
|
| Author |
Message |
Prasanya
New User
Joined: 04 Jun 2007 Posts: 7 Location: Chennai
|
|
|
|
HI,
I need to replace only the first 3 characters of my jobcard with a particular value for all jobs in a PDS. How can i do this using rexx? |
|
| Back to top |
|
 |
References
|
Posted: Tue Jul 01, 2008 2:57 pm Post subject: Re: Replace characters of Jobcard using REXX |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3067 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
Pedro
Active User
Joined: 01 Sep 2006 Posts: 274 Location: work
|
|
|
|
1. you need a program that gets names of each member of a pds. I think there are examples in this forum.
2. For each member name, invoke the editor with an 'initial macro'
3. in your editor macro, make your change, then save and exit. |
|
| Back to top |
|
 |
|
|