View previous topic :: View next topic |
Author |
Message |
vijay Beginner
Joined: 09 May 2003 Posts: 131 Topics: 64
|
Posted: Wed Aug 17, 2011 9:33 am Post subject: REXX to update PDS |
|
|
Hi ,
I need help with updating a PDS using REXX.I've an input file with the following fields
PDS Member Name , Old String , New String.
I've to read this flat file and for each record in the input file , open the corresponding PDS member name and change old string to new string.
Thanks for your help
Vijay |
|
Back to top |
|
|
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Aug 17, 2011 10:46 am Post subject: |
|
|
Start with this ISRMBRS Macro _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Thu Aug 18, 2011 12:54 am Post subject: |
|
|
Vijay, do not expect us to do your work for you. If you have a specific problem we are glad to help, but we are not going to write a routine for you. Do some reasearch, maybe you will find a rexx on the web that is close to what you want, then we will have something to start with. |
|
Back to top |
|
|
vijay Beginner
Joined: 09 May 2003 Posts: 131 Topics: 64
|
Posted: Thu Aug 18, 2011 7:24 am Post subject: |
|
|
Thanks.I was able to do it.I was having problems passing parms to the macro and I figured it out. |
|
Back to top |
|
|
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Aug 18, 2011 11:11 am Post subject: |
|
|
congrats vijay,
nice to know that there are some who can pick up the ball and run with it. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
|
|
|