IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ISRSUPC search utility - using high level qualifier


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ashtrj

New User


Joined: 29 Mar 2023
Posts: 1
Location: Belgium

PostPosted: Wed Mar 29, 2023 3:05 pm
Reply with quote

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
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2022
Location: USA

PostPosted: Wed Mar 29, 2023 6:51 pm
Reply with quote

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
Code:
SYS1.*.*
would make your calls to ISRSUPRC crazy.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Mar 30, 2023 4:45 am
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
Search our Forums:

Back to Top