View previous topic :: View next topic |
Author |
Message |
chandra_vssv Beginner

Joined: 08 May 2005 Posts: 26 Topics: 12 Location: pune
|
Posted: Mon Aug 22, 2005 1:42 am Post subject: how can i search for a string in a PDS ,contain many members |
|
|
Hi,
How can i search for a string in a PDS which contains many members.I need that string for comparison in the same REXX program.I have a list of values in one input file lets say
ABC
EFG
HIG
... Like this , each string is taken and search the PDS, if i found the string in PDS , i have to pass the string and that particular member name where thsi string recsides to output file.Please let me know.(only in REXX) _________________ Regards,
Chandu |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Mon Aug 22, 2005 3:42 am Post subject: |
|
|
Have you considered ISRSUPC program (for =3.14 option)? You can either invoke it from REXX itself or have a step execute before you run your REXX. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|