View previous topic :: View next topic
|
Author |
Message |
ashtrj
New User
Joined: 29 Mar 2023 Posts: 1 Location: Belgium
|
|
|
|
Hi,
Can we use highlevel qualifier alone and not the full PDS name while providing input PDS to searchfor in ISRSUPC utility
e.g
like sys1.*.* (high level qualifier alone with wild card *)
instead of sys1.proclib (full pds name)
Thanks
ashtrj |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
ISRSUPRC is designed to handle a single dataset only.
You may need to create by yourself the list of datasets you are interested in, and then call ISRSUPRC separately (maybe, dynamically) for each name from this list.
Such homemade tools may be available at your system; inquire from your system support.
P.S.
Using the wildcard like
would make your calls to ISRSUPRC crazy. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
re: "ISRSUPRC is designed to handle a single dataset only."
ISRSUPRC allows a DD concatenation as input. And the results indicate which dataset contained the member.
related: Normally, only the first similarly-named member of a concatenation is searched. I think there is an ISRSUPRC parameter to specify that all members be searched. |
|
Back to top |
|
|
|