View previous topic :: View next topic |
Author |
Message |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Wed May 02, 2007 8:26 am Post subject: Resolving Generic PDS Names |
|
|
Hi,
I have a specific requirement in REXX. The requirement is to resolve generic pds names and then do a search operation i.e. in the rexx code for a search operation the input pds name will be AAA.BBB.CCCC.*
I have to resolve the * to get all the pds names and then perform a search.
In this case, all the PDS's starting with AAA.BBB.CCCC should be picked up ie. AAA.BBB.CCCC.D, AAABBB.CCCC.EEE, AAA.BBB.CCCC.X etc...
Any thoughts,
Deepesh |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed May 02, 2007 8:31 am Post subject: |
|
|
deepeshk79,
Listcat level('AAA.BBB.CCCC')
and read thru the entries
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed May 02, 2007 4:41 pm Post subject: |
|
|
'SYS1.SAMPLIB(IGGCSIRX)' |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
|
Back to top |
|
 |
|
|