View previous topic :: View next topic |
Author |
Message |
jim haire Beginner
Joined: 30 Dec 2002 Posts: 140 Topics: 40
|
Posted: Thu Sep 17, 2009 9:27 am Post subject: Command to determine all datasets with a certain mask |
|
|
I am trying to extract the names of all datasets which have a certain mask and write them out in REXX using OUTTRAP functions.
I.e. PROD.ABC*D*.dataset.090109
Is there a function that will expand these for me? I tried LISTC and it didn't seem to do this, although my options may be wrong. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Sep 17, 2009 11:32 am Post subject: |
|
|
ISPF can do it, but see 'SYS1.SAMPLIB(IGGCSIRX)' for a better solution _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
 |
prino Banned
Joined: 01 Feb 2007 Posts: 45 Topics: 5 Location: Oostende
|
Posted: Thu Sep 17, 2009 11:32 am Post subject: |
|
|
The catalog search interface. Good example can be found on Mark Zelden's site. |
|
Back to top |
|
 |
|
|